/* CSS Document */

@import "/screens/_includes/styles-home.css";
@import "/screens/_includes/styles-productthumbnail.css";
@import "/screens/_includes/styles-featured-container.css";
@import "/screens/_includes/styles-master.css";





body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 1.5em;
	margin: 0;
	background: url(/images/body_bg.gif) repeat-y #fff;
	}
	
/*-------- Main Container ---------*/
  
#container {
	width:1000px;
	}

/*-------- Links ---------*/

a:link {
	color: #3365B1;
	outline:none;
	}
	
a:hover {
	color: #ed8a29;
	}
	
a:visited {
	color: #3365B1;
	}
	

a:active {
	color: #ed8a29;
	}


/*-------- Headings ---------*/

/*small blue*/
h2 {
	color: #3365B1;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	}
	
/*-------- Header ---------*/


#header {
	width: 100%;
	background: url(/images/top_bg.jpg) repeat-x;
	min-width:1000px;
	}
	
	
/*-------- Account Login ---------*/

#user {
	width:500px;
	font-size: 12px;
	color: #D6F3F5;
	position: absolute; 
	top: 10px; 
	left: 490px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	line-height: 1em;
	z-index: 2;
	
	}

#user li {
	padding: 0 0 0 4px;
	display: inline;
	float: left;
	}
	
#user li.welcome {
	margin-top: 2px;
	margin-right: 5px;
	}
	
#user ul{
	margin: 0;
	padding: 0;
	list-style: none;
	float:right;
	}

/*----------Print Header------------*/

#print-info {
	visibility:hidden;
	display:none;
	position:absolute;
	top:10px;
	left: 10px;
	z-index:100;
	}

/*-------- Top Navigation ---------*/

#nav {
	width: 100%;
	background: #000;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	border: #01a9a8 solid 2px;
	border-left: none;
	border-right: none;
	min-width:1000px;
	
	}
	
#navitemscontainer {
	width: 1000px;
	overflow:hidden;
	
	}

#nav ul {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
	overflow:auto;
	}

#nav ul li {
	display: inline;
	background: url(/images/navlist_bg.jpg) right no-repeat;
	float: left;
	line-height: 0;
	}
  
#nav ul li a {
	color: #fff;
	text-decoration: none;
	padding: 19px 18px 18px 18px;
	display: block;
	}
	
#nav ul li a:hover {
	color: #ffcc66;
	}  
  
#nav ul li.navlast {
	background-image: none;
	} 
  
#nav ul li.email {
	display: inline;
	float: right;
	padding: 0 0 0 5px;
	background: url(/images/emaillist_bg.jpg) left no-repeat;
	text-transform: none;
	}


/*-------- Left Menu ---------*/


#menu { /* Left Column Container */
	width: 240px;
	float: left;
	background: url(/images/menu_bg_res.jpg) bottom no-repeat #edeeee;
	padding: 0 0 290px 0;
	}

/*-------- Left Menu Search ---------*/


#search-container {
	width: 230px;
	background: url(/images/search_borderbottom.jpg) bottom no-repeat #edeeee;
	padding: 10px 0 10px 10px;
	
	}

#search-items {
	padding: 0 5px 0 5px;
	width: 220px;
	}

.menu-title {
 	color: #ED8A29;
	font-weight: bold;
	text-transform: uppercase;
	/*margin-bottom: 3px;*/
	}
p.menu-title {
 	color: #ED8A29;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 3px;
	padding-bottom:0;
	
	}
.searchfield {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px 3px 2px 3px;
	width: 150px;
	border: 1px #3365B1 solid;
	margin: 3px 0 0 0;
	vertical-align: middle;
	}

.search-go a:link {
	background: #3365B1;
	border: #fff 1px solid;
	padding: 4px;
	font-size: 10px;
	text-decoration: none;
	color: #fff;
	}

.search-go a:hover { 
	background: #3365B1;
	border: #fff 1px solid;
	padding: 4px;
	font-size: 10px;
	text-decoration: none;
	color: #fff;
	}
	
.search-go a:visited { 
	background: #3365B1;
	border: #fff 1px solid;
	padding: 4px;
	font-size: 10px;
	text-decoration: none;
	color: #fff;
	}
	
.search-go a:active { 
	background: #3365B1;
	border: #fff 1px solid;
	padding: 4px;
	font-size: 10px;
	text-decoration: none;
	color: #fff;
	}
	
.search-instr {
	font-size: 10px;
	font-weight: bold;
	color: #333;
	}


/*-------- Left Column Browse ---------*/

#browse {
	width: 220px;
	padding: 7px 5px 10px 15px;
	}

#browse ul.browsebtm li {
	padding: 3px 0 3px 0;
	font-size: 11px;
	}
	
#browse a {
	color: #3365B1;
	}
	
#browse a:hover {
	color: #ed8a29;
	}
#browse ul li {
	font-size:12px;
	font-weight:bold;
	}
.browse-col {
	width: 220px;
	float: left;
	clear:left;
	margin-bottom:12px;
	}

.browse-col ul {
	padding: 0 0 8px 0;
	margin: 0;
	}

.browse-col ul li.browse-cat a {
	color: #3365b1;
	text-decoration: underline;
	font-size: 11px;
	margin-left:0px;
	}

	
.browse-col ul li.browse-cat a:hover {
	color: #ed8a29;
	}
	
.browse-col ul li ul {
	padding: 0;
	margin: 0;
	}
#menu .browse-col ul li { 

	}	
.browse-col ul li ul li {
	background: url(/images/list_bg.jpg) no-repeat 0 6px;
	padding: 1px 2px 2px 8px;
	margin-left: 0px;
	line-height: 1.1em;
	width:100px;
	float:left;
	font-weight:normal;
	font-size:10px;
	margin-bottom:3px;
	
	}
	
.browse-col ul li ul li.subcat a {
	font-size: 10px;
	color: #3365B1;
	text-decoration: underline;
	font-weight: normal;
	}
	
.browse-col ul li ul li a:hover {
	color: #ed8a29;
	}


/*-------- Right Column Content ---------*/

#content-container {
	margin-left: 240px;
	width: 759px;
	}

#content-margin {
	padding-left: 16px;
	width: 742px;
		}

#content {
	padding-top: 19px;
	width: 742px;
	}

#title {
	width: 100%;
	overflow:auto;
	}
	
#breadcrumb {
	width: 100%;
	margin: 0;
	padding: 0 0 10px 0;
	}


/*-------- Footer ---------*/

#footer-container {
	width: 100%;
	padding: 20px 0 0 0;
	font-size: 11px;
	color: #333;
	text-align: center;

	
	}
		
#footer {
	background: url(/images/footer_bg.gif) top repeat-x;
	margin-top:11px;
	padding-top:10px;
	margin-left: 0px;
	}

#footer p {
	margin: 0 0 11px 0;
	line-height: 1.25em;
	}
	
#footer a {
	text-decoration: none;
	color: #333;
	}
	
#footer a:hover {
	text-decoration: none;
	color: #ed8a29;
	}
	
/*---Disabled Product Option----*/

#preprod-colorgroup .preprod-disabled {
  background:url(/images/bg-disable.jpg);
  border:1px solid #666;
  filter:alpha(opacity=50);
  -moz-opacity:0.5;
  opacity: 0.5;
  	float:left;
	width: 40%;
	margin:1% 0 1% 4%;
	border: 1px solid #ccc;
	color:#ccc;
 
  }
#preprod-colorgroup .preprod-disabled-text {
	color:#999;
}

 
#preprod-colorgroup .preprod-disabled h2 {
	color:#666;
}
.preprod-disabled ul {
	margin-top: 10px;
	}
	
.preprod-disabled ul li input {
	margin: 0 5px 0 10px;
	}
	
.preprod-disabled ul li {
	margin: 0 0 10px 0;
	}
	
.preprod-disabled h2 {
	margin: 10px 0 0 10px;
	}



.preprod-disabled .color-select  {	
	
	}
	
