/* element for tabs  */
ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;
	height:30px;	
}

ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

ul.tabs a {
	background-color:#FAFAFA;
	display:block;
	height: 30px;  
	line-height:30px;
	width: 111px;
	text-align:center;	
	text-decoration:none;
	color:#000;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
	outline:none;
	font-weight:normal;
}

ul.tabs a:active {
	outline:none;
	background-color: #FFF
}

ul.tabs a:hover {
	color:#009fc5;	
}

ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {		
	cursor:default !important; 
	color:#000 !important;
}

ul.tabs a.w1 {  width:121px; border: 1px solid #ddd; }
ul.tabs a.w1:hover 	{  }
ul.tabs a.w1.current { border-width: 1px 1px 0; background-color: #FFF; font-weight: 700 }
 
div.panes div.pane {
	display:none;
}
div.panes div.tabContent {
	width: 234px;
	height:402px;
	border: 1px solid #ddd;
	padding: 10px 5px;
}
div.panes div.tabContent div {
	margin:2px 2px 5px;
	width:220px;
	padding:3px;
	float:left;
	background:#f1f1f1
}

label {
	color: #000;
	font-weight: 700
	}
select {
	margin: 4px 0;

}
#previewWrapper {
	width:680px;
	height: 460px;
	border: 0px solid red;
}
#buttonsAbovePrev {
	padding:3px 5px 0 10px;
	height:31px
}
#previewRightCol {
	float:left;
	width:430px;
}
#previewBg {
	float:left;
	width: 423px;
	height: 423px;
	padding:3px 0 0 3px;
	margin-left:3px;
	background-image: url(/images/generic/preview_bg.png); 
	background-color: #f1f1f1
}
#photoPreview {
	width:418px;
	height:418px;
	background-color: #f1f1f1;
	text-align: left;
}
#photoPreview img {
	float:none;
}
#optionsWrapper {
	float:left;
	margin:3px 0 0;
	border: 0px solid #ddd;
	width:247px;
	height: 420px;
}
.rightPanel {
	padding-left:10px
}
#bgColorPick {
	width:96px;
	float:right;
	height:10px;
}
#bgColorPick div {
	float:left;
	width:12px;
	height:15px
}
#bottomContainer {
	width:423px;
	padding:5px;
	float:right;
	text-align:right
}
#bottomContainer p {
	font-size:1.2em;
	color:#666
}
