#main-container {
	text-align:center;
}

#sub-container {
	width:960px;
	margin:10px auto 0px auto;
}

.toplogin {
	float: right;
	margin-right:50px;
}

#admintop_nav {
	width:820px;
	border:1px solid #BBBBAA;
	position:relative;
	padding:2 5 5 5px;
	margin:5 auto 5 auto;
}

#admintop_nav a {
	color:blue;
	font-weight:bold;
}

#adminnav {
	font-size: 8pt;
	padding: 2px;
	color:black;
	border:1px solid #AAAAAA;
	width:960px;
	background-color:white;
	text-align:center;
}

.admin_buttons{
	float:left;
	padding:6px;
}
		
#adminnav a {
	color:blue;
}

.navlinks {
	margin: 0px;
	padding: 0px;
}
.navlinks li {
	float: left;
	list-style: none;
	width: 140px;
}
.navlinks a {
	margin-left: 3px;
	vertical-align: middle;
	display: inline;
}
.navlinks img {
	vertical-align: middle;
	display: inline;
}

#admincon {
	margin-top: 10px;
	color:black;
	width: 963px;
}

#admincon a {
	color: blue;
}

.pagetitle {
	text-align: left;
	font-weight: bold;
	font-size: 10pt;
	margin: 5px;
}


/* Admin Pages */
.admintitle {
	font-weight: bold;
	font-size: 1.2em;
	text-align: left;
}
.storeform {
	padding: 0px;

	
}
.formtitle {
	font-weight: bold;
	margin: 0 0 5 0px;
	padding-top: 5px;
}
.fieldname {
	font-weight: bold;
	width: 300px;
	text-align: left;
	padding-right: 3px;
}

.fieldinput {
}

.stylename {
	font-weight: bold;
	text-align: left;
}
.styleinput {
	text-align: left;
}

.colpreview {
	width: 16px;
	height: 16px;
	border: 1px solid #000;
	margin: 3px;
	cursor: pointer;
	float: left;
	font-size:1px;
	line-height:0px;
}

.textpreview {
	margin-top: 5px;
	padding: 5px;
}

.storetabs {
	text-align: left;
	margin: 0;
	font-weight: bold;
	list-style-type: none;
	padding: 3px 10px 3px 10px;
}

.storetabs li {
	display: inline;
}

.storetabs a {
	text-align:center;
	color:blue;
	padding: 3 10 3 10px;
	background-color: #e1e1e1;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	text-decoration: none;
	bottom: -1px;
	position: relative;
	z-index: 1;
}

.storetab_on {
	background-color: #fff;
	border-bottom: 1px solid #fff;
	position: relative;
	z-index: 3;
}

.storetab_on a {
	text-align:center;
	color:blue;
	padding: 3 10 3 10px;
	background-color: #fff;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	text-decoration: none;
	bottom: -1px;
	position: relative;
	z-index: 1;
}

.storebox {
	background-color: #fff;
	border: 1px solid #999;
	padding: 10px;
	position: relative;
	z-index: 2;
}
.storebox div {
	position: relative;
	z-index: 2;
}

.sep {
	border-bottom: 1px solid #000;
	margin: 10 0 15 0px;
}

.clear {
	clear: both;
}

.img_buttons {
	margin: 0px 0px 0px 0px;
	display: inline-block;
	position: relative;
	float: left;
	cursor: pointer;
}

/* modal login window */
#modal_window_login_container {
	width: 100%;
	height: 100%;
	z-index: 4999;
	display: block;
	background: #000000;
	position: fixed;
	*position: absolute;
	top: 0;
	left: 0;
	opacity: 0.3;
	filter: alpha(opacity=30);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	display: none;
}

#modal_window_login {
	width: 350px;
	height: 350px;
	border: 2px solid black;
	position: fixed;
	*position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -175px;
	margin-left: -175px;
	z-index: 5000;
	progid:DXImageTransform.Microsoft.Blur(PixelRadius='15', MakeShadow='true', ShadowOpacity='0.40');
	-moz-box-shadow: rgba(0,0,0,0.50) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0,0,0,0.50) 0px 0px 5px 0px;
	text-align: left;
	overflow: visible;
	display: none;
}

#modal_login_failure {
	color: red;
	font-weight: bold;
}

/* footer */
#loginregisterdiv {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	color: black;
	border: 1px solid #aaaaaa;
	background-color: white;
	padding: 5px;
}

/* swatches */
#colbox {
	padding: 5px;
	background-color: #fff;
	border: 1px solid #999;
	width: 432px;
	*width: 510px;
	height: 90px;
	*height:110px;
	position: absolute;
	z-index: 11;
	display: none;
}
.picker_swatch {
	width:10px;
	height:10px;
	*width:12px;
	*height:12px;
	line-height:0pt;
	font-size:0pt;
	cursor:pointer;
	border:1px solid #e1e1e1;
}
.colorpicker {
	position:absolute;
	z-index:11;
	display:block;
	margin:-25 0 0 0px;
}

#errormsg {
	background-color: #f6f6f6;
	font-size: 10pt;
	padding: 20px;
	text-align: center;
}

.size_qty_panel {
	width:320px;
	height:675px;
	overflow-y: auto;
	background-color:white;
	margin:4px 4px;
	border:1px solid black;
}

.size_qty_panel_old {
	width:300px;
	background-color:white;
	border:1px solid #AAAAAA;
	filter:alpha(opacity=65);
	opacity:.65;
	-moz-opacity:.65;
	-khtml-opacity:.65;
}

/* MISC */
h3 {
	margin-left: 0px;
	margin-top: 40px;
	font-family: Arial;
	color: #00378A;
	font-size: 14pt;
	text-align: left;
}

.tab {
	background-color:#DEDEDE;
	border-color:black;
	border-style:solid solid none;
	border-width:1px;
	cursor:pointer;
	float:left;
	font-size:8pt;
	font-weight:bold;
	margin:-15px 0px 0px 0px;
	padding:2px 5px;
	text-align:center;
	display:inline;
	width:100px;
	position:relative;
	color:black;
}

/* LOADING PANEL */
#loadingSS {
	background: none repeat scroll 0 0 #FFFFFF;
	position: absolute;
	z-index: 50000;
	width: 250px;
	font-family: arial;
	font-size: 10pt;
	height: 95px;
	text-align: center;
	padding: 10px;
	border: 2px solid #003399;
	color: #003399;
	left: 50%;
	margin-left: -125px;
}
 
#loading_header {
	font-family: arial;
	font-size: 15pt;
	font-weight: bold;
}
 
.loading_image {
	margin: 10px 0px;
}

a {
	outline: 0;
}

/* RTE */
.style_button {
	background: #f4f4f4;
	border: 1px solid #D0D0D0;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 0px;
	margin-left: -5px;
	margin-top: 0px;
	padding: 0px;
	text-align: center;
}

.style_button_selected {
	background: #d4e6ff !important;
}

.style_button_gloss {
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}

/* Color Selector */
.inherit_color_selector {
	text-transform: uppercase;
}

.selected_atc_color {
	/*background: #e5f0ff;*/
	background: #d6ffd1;
	border: 1px solid #004bad;
	font-weight: bold;
}

/* Add To Cart Button */
.add_to_cart_button, .layout_button {
	float: left;
	font-family: verdana;
	border: 1px solid #d0d0d0;
	text-align: center;
	display: inline-block;
	width: 124px;
	height: 140px;
	padding: 10px;
	padding-top: 25px;
	padding-bottom: 15px;
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 8px;
	font-size: 11pt;
	cursor: pointer;
}

.layout_button {
	height: 180px !important;
	margin-left: 0px !important;
	margin-right: 8px !important;
	margin-bottom: 0px !important;
	font-size: 9pt !important;
}

/* Boxy */
.boxy-wrapper { position: absolute; }
.boxy-wrapper.fixed { position: fixed; }

/* Modal */
.boxy-modal-blackout { position: absolute; background-color: white; left: 0; top: 0; }

/* Border */
.boxy-wrapper { empty-cells: show; }
.boxy-wrapper .top-left,
.boxy-wrapper .top-right,
.boxy-wrapper .bottom-right,
.boxy-wrapper .bottom-left { width: 10px; height: 10px; padding: 0 }

/* Title bar */
.boxy-wrapper .title-bar { background-color: black; padding: 6px; position: relative; }
.boxy-wrapper .title-bar.dragging { cursor: move; }
.boxy-wrapper .title-bar .close { color: white; position: absolute; top: 6px; right: 6px; font-size: 90%; line-height: 1; }
.title-bar h2 { font-size: 12px; color: white; line-height: 1; margin: 0; padding: 0; font-weight: normal; }
	
/* Content Region */
.boxy-inner { background-color: white; padding: 0;border:1px solid black; }
.boxy-content { padding: 15px; }

/* Question Boxes */
.boxy-wrapper .question { width: 350px; min-height: 80px; }
.boxy-wrapper .answers { text-align: right; }
