/* general styles */
body {
	font-family: verdana, tahoma, arial, sans-serif;
	font-size:11px;
	color:#000000;
	margin:0px;
	background-color:gray;
	background: url(images/bg.gif);
}
input,textarea,select {
	color: #000000;
	font-family: verdana, tahoma, arial, sans-serif;	
	font-size: 11px;
	padding-left: 1px;
}
.input-text {
	color: #333333;
	border-right: #333333 1px solid;
	border-top: #333333 1px solid;
	border-left: #333333 1px solid;
	border-bottom: #333333 1px solid;
}
.input-text-100 {
	color: #333333;
	border-right: #333333 1px solid;
	border-top: #333333 1px solid;
	border-left: #333333 1px solid;
	border-bottom: #333333 1px solid;
	width: 100%;
}
p,ul {
	margin-top:	6px;
	margin-bottom: 6px;
}
a:link {
	color: #296dc1;
	text-decoration: none;
}
a:visited {
	color: #296dc1;
	text-decoration: none;
}
a:hover	{
	color: #323281;
	text-decoration: underline;
}
a:active {
	color: #296dc1;
	text-decoration: none;
}
.underlined:link, .underlined:visited, .underlined:active {
	text-decoration: underline;
}
.underlined:hover {
	text-decoration: none;
}
.hand {
	cursor: pointer;
}
.nowrap {
	white-space: nowrap;
}
.uppercase {
	text-transform: uppercase;
}
.lowercase {
	text-transform: lowercase;
}
hr {
	border: solid #ced6da 0px;
	border-top-width: 1px;
	height: 0px; 
}
.subheader {
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.subheader2 {
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.page-title {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}
.breadcrumbs {
	color: #3983d0;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.breadcrumbs-link:link, .breadcrumbs-link:visited, .breadcrumbs-link:active {
	color: #3983d0;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
.breadcrumbs-link:hover {
	color: #323281;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.error-text {
	color: #323281;
	font-weight: bold;
}
.side-padding {
	padding-left: 3px;
	padding-right: 3px;
}
.expanded {
	width: 100%;
}
/* /general styles */

/* header styles */
.top-bg {
	background-color: #fefefe;
	background-repeat: repeat-x;
	background-position: bottom;
}
.top-text {
 	color: #4a4a4a;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 10px;
}
.top-quick-link:link {
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}
.top-quick-link:visited {
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}
.top-quick-link:hover {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
.top-quick-link:active {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
.select-language {
 	color: #2e2e2e;
	font-family: tahoma, arial, verdana, sans-serif;	
	font-size: 11px;
}

.top-menu-bg {
	background-color: #f7941c;
	background-repeat: repeat-x;
}

.top-menu-bg-active {
	background-color: #faad51;
	background-repeat: repeat-x;
	cursor:pointer;
}
.top-menu-border {
	background-color: #f7941c;
}
.top-menu-title:link {
	color: #ffffff;
	font-family: tahoma, arial, verdana, sans-serif;	
	font-size: 11px;
	font-weight: bold;
}
.top-menu-title:visited {
	color: #ffffff;
	font-family: tahoma, arial, verdana, sans-serif;	
	font-size: 11px;
	font-weight: bold;
}
.top-menu-title:hover {
	color: #ffffff;
	font-family: tahoma, arial, verdana, sans-serif;	
	font-size: 11px;
	font-weight: bold;
}
.top-menu-title:active {
	color: #ffffff;
	font-family: tahoma, arial, verdana, sans-serif;	
	font-size: 11px;
	font-weight: bold;
}
/* /header styles */

/* footer styles */
.bottom-bg {
	background-color: #fbfbfb;
}
.bottom-menu {
	color: #296dc1;
	font-family: arial, verdana, sans-serif;
	font-size: 11px; 
}
.bottom-menu-links:link {
	color: #296dc1;	
	font-family: arial, verdana, sans-serif;
	font-size: 11px; 
}
.bottom-menu-links:visited {
	color: #296dc1;	
	font-family: arial, verdana, sans-serif;
	font-size: 11px; 
}
.bottom-menu-links:hover {
	color: #296dc1;	
	font-family: arial, verdana, sans-serif;
	font-size: 11px; 
}
.bottom-menu-links:active {
	color: #296dc1;	
	font-family: arial, verdana, sans-serif;
	font-size: 11px; 
}
.bottom-copyright {
	color: #717171;
	font-family: arial, verdana, sans-serif;
	font-size: 10px; 
}
/* /footer styles */

/* side boxes styles */
.sidebox-border {
	background-color: #0061a6;
}
.sidebox-title-bg {
	background-color: #f7941c;
	background-repeat: repeat-x;
}
.sidebox-title {
	color: #ffffff;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 11px; 
	font-weight: bold;
	text-transform: uppercase;
}
.sidebox-body {
	padding: 3 3 3 3;
	color: #333333;
	background-color: #fffbf6;
}
.sidebox-body-white {
	color: #333333;
	background-color: #ffffff;
}

.sidebox-link:link {
    color: #333333;
   	font-size: 11px;
	font-family: tahoma, arial, verdana, sans-serif;	
}
.sidebox-link:visited {
    color: #333333;
	font-family: tahoma, arial, verdana, sans-serif;	
   	font-size: 11px;
}                
.sidebox-link:hover {
    color: #000000;
	font-family: tahoma, arial, verdana, sans-serif;	
   	font-size: 11px;
}
.sidebox-link:active {
    color: #333333;
	font-family: tahoma, arial, verdana, sans-serif;	
   	font-size: 11px;
}
.sidebox-input-text {
	color: #333333;
	background-color: #ffffff;
	border-right: #8fb1da 1px solid;
	border-top: #8fb1da 1px solid;
	border-left: #8fb1da 1px solid;
	border-bottom: #8fb1da 1px solid;
}
/* /side boxes styles */

/* main boxes styles */
.mainbox-border {
	background-color: #f7941c;
}
.mainbox-title-bg {
	background-color: #f7941c;
}
.mainbox-title {
	color: #ffffff;
	font-size: 11px; 
	font-family: tahoma, arial, verdana, sans-serif;
	font-weight: bold;
	background-color: #f7941c;
}
.mainbox-body {
	color: #141414;
	background-color: #ffffff;
}
/* /main boxes styles */

/* categories side box */
.sidebox-rootcategory {
	color: #333333;
	font-family: tahoma, verdana, arial, sans-serif;	
	font-size: 11px;
	font-weight: bold;
}

.sidebox-rootcategory:link {
	color: #333333;
	font-family: tahoma, verdana, arial, sans-serif;	
	font-size: 11px;
	font-weight: bold;
}
.sidebox-rootcategory:visited {
	color: #333333;
	font-family: tahoma, verdana, arial, sans-serif;	
	font-size: 11px;
	font-weight: bold;
}
.sidebox-rootcategory:hover {
	color: #000000;
	font-family: tahoma, verdana, arial, sans-serif;	
	font-size: 11px;
	font-weight: bold;
}
.sidebox-rootcategory:active {
	color: #333333;
	font-family: tahoma, verdana, arial, sans-serif;	
	font-size: 11px;
	font-weight: bold;
}
.sidebox-subcategory:link {
	color: #333333;
	font-family: tahoma, verdana, arial, sans-serif;	
	font-size: 11px;
}
.sidebox-subcategory:visited {
	color: #333333;
	font-family: tahoma, verdana, arial, sans-serif;	
	font-size: 11px;
}
.sidebox-subcategory:hover {
	color: #000000;
	font-family: tahoma, verdana, arial, sans-serif;	
	font-size: 11px;
}
.sidebox-subcategory:active {
	color: #333333;
	font-family: tahoma, verdana, arial, sans-serif;	
	font-size: 11px;
}
/* /categories side box */

/* site info side box */
.sidebox-roottopic:link {
	color: #333333;
	font-family: tahoma, verdana, arial, sans-serif;	
	font-size: 11px;
	font-weight: bold;
}
.sidebox-roottopic:visited {
	color: #333333;
	font-family: tahoma, verdana, arial, sans-serif;	
	font-size: 11px;
	font-weight: bold;
}
.sidebox-roottopic:hover {
	color: #000000;
	font-family: tahoma, verdana, arial, sans-serif;	
	font-size: 11px;
	font-weight: bold;
}
.sidebox-roottopic:active {
	color: #333333;
	font-family: tahoma, verdana, arial, sans-serif;	
	font-size: 11px;
	font-weight: bold;
}
.sidebox-subtopic:link {
	color: #000000;
	font-family: tahoma, verdana, arial, sans-serif;	
	font-size: 11px;

}
.sidebox-subtopic:visited {
	color: #000000;
	font-family: tahoma, verdana, arial, sans-serif;	
	font-size: 11px;

}
.sidebox-subtopic:hover {
	color: #000000;
	font-family: tahoma, verdana, arial, sans-serif;	
	font-size: 11px;

}
.sidebox-subtopic:active {
	color: #000000;
	font-family: tahoma, verdana, arial, sans-serif;	
	font-size: 11px;

}
/* /site info side box */


/* authentication side box */
.auth-text {
	color: #000000;
	font-family: tahoma, verdana, arial, sans-serif;	
	font-size: 11px;
}
.auth-subtitle {
	color: #000000;
	font-family: tahoma, verdana, arial, sans-serif;	
	font-size: 11px;
	font-weight: bold;
}
.small-link {
	font-size: 9px;
}
/*  /authentication side box */

/* search side box */
.search-text {
    color: #333333;
   	font-size: 11px;
	font-family: tahoma, verdana, arial, sans-serif;	
	font-weight: bold;
}
.search-selectbox {
	width: 100%;
}
.search-advanced:link {
    color: #333333;
   	font-size: 10px;
	font-family: tahoma, verdana, arial, sans-serif;	
	text-decoration: underline;
}
.search-advanced:visited {
    color: #333333;
   	font-size: 10px;
	font-family: tahoma, verdana, arial, sans-serif;	
	text-decoration: underline;
}
.search-advanced:hover {
    color: #333333;
   	font-size: 10px;
	font-family: tahoma, verdana, arial, sans-serif;	
	text-decoration: none;
}
.search-advanced:active {
    color: #333333;
   	font-size: 10px;
	font-family: tahoma, verdana, arial, sans-serif;	
	text-decoration: none;
}
/* /search side box */

/* bestsellers side box */
.bestseller-sidebox {
    color: #333333;
   	font-size: 11px;
	font-family: arial, verdana, sans-serif;
}
/* /bestsellers side box */

/* notification box */
.notification-title-n { /* notification message */
	color: #296dc1;
	font-family: arial, verdana, sans-serif;
	font-size: 11px; 
	font-weight: bold;
}
.notification-border-n { 
	background-color: #296dc1; 
}
.notification-body-n {
	background-color: #fff9f3;
	color: #000000;
}
.notification-title-e { /* error message */
	color: #c12929;
	font-family: arial, verdana, sans-serif;
	font-size: 11px; 
	font-weight: bold;
}
.notification-border-e {
	background-color: #c12929;
}
.notification-body-e {
	background-color: #fff7f4;
	color: #000000;
}
.notification-border-w { /* warning message */
	background-color: #eba600;
}
.notification-body-w {
	background-color: #fff7f4;
	color: #000000;
}
.notification-title-w {
	color: #eba600;
	font-family: arial, verdana, sans-serif;
	font-size: 11px; 
	font-weight: bold;
}
/* /notification box */

/* section in main box */

.section-border {
	background-color: #f7941c;
}
.section-body {
	background-color: #fff9f3;
	color: #000000;
}
.section-title {
	color: #296dc1;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 11px; 
	font-weight: bold;
}

/* section in main box */

/* buttons */

.button {
	background-color: #eef5fa;
	color: #005999;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 10px; 
	font-weight: bold;
	white-space: nowrap;
}
.action_button {
	background-color: #eef5fa;
	color: #005999;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 10px; 
	font-weight: bold;
	white-space: nowrap;
}
.button-link:link, .button-link:visited, .button-link:active {
	color: #005999;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 10px; 
	font-weight: bold;
}
.button-link:hover {
	color: #005999;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 10px; 
	font-weight: bold;
}
.text-button-link:link, .text-button-link:visited, .text-button-link:active {
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 11px; 
	font-weight: bold;
}
.text-button-link:hover {
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 11px; 
	font-weight: bold;
}

/* /buttons */

/* emenu */
.emenu-border {
	background-color: #ffffff;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
.emenu-over {
	background-color: #cccccc;
	cursor: pointer;
}
/* /emenu */

/* category page */
.category-description {
	color: #333333;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 11px; 
}
.subcategories {
	font-size: 11px;
	font-weight: bold;
}
.product-title:link {
	color: #296dc1;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
.product-title:visited {
	color: #296dc1;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
.product-title:hover {
	color: #323281;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.product-title:active {
	color: #296dc1;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.product-details-title {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
.product-tools {
	background-color: #edf4fd;
}
.sku {
	font-size: 9px;
}
.more-info {
	font-size: 10px;
}
.list-price {
	color: #555555;
	font-size: 11px;
}
.price {
	color: #990000;
	font-size: 11px;
	font-weight: bold;
}
.cart-price {
	font-size: 11px;
	font-weight: bold;
}
.discount {
	color: #666666;
	font-size: 10px;
}
/* category page */

/* form styles */
.form-field-title {
	background-color: #ffffff;
	color: #141414;
}
.form-title	{
	background-color: #ffffff;
	color: #141414;
	font-weight: bold;
}
.form-note {
	background-color: #ffffff;
	color: #141414;
}
.required-field-mark {
	color: #ff0000;
}
/* form styles */

/* checkout pages */
.table-head {
	background-color: #519df5;
	color: #ffffff;
	font-weight: bold;
    text-transform: uppercase;
	padding-left: 3px;
	padding-right: 3px;
	height: 22px;
}
.table-row {
	background-color: #f1f3f7;
}

.thin-border {
	background-color: #aaaaaa;
}
.form-field-caption {
	font-style:italic;
}

/* --- static menu styles ---
note:
	1. not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
style naming convention:
	m<zero based menu number>l<zero based level number>i|o<for inner or outer tag>
*/

/* all levels inner */
.minner {
	font: 11px tahoma, verdana, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: black;
}
/* all levels outer */
.moout {
	text-decoration : none;
	border : 1px solid #666666;
	background: #ffffff;
}
.moover {
	text-decoration : none;
	border : 1px solid #666666;
	background: #cccccc;
	cursor: pointer;
}

a.sort-by-links:link {
	color: #296dc1;
	text-decoration: underline;
}
a.sort-by-links:visited {
	color: #296dc1;
	text-decoration: underline;
}
a.sort-by-links:hover	{
	color: #323281;
	text-decoration: none;
}
a.sort-by-links:active {
	color: #296dc1;
	text-decoration: underline;
}

a.sort-by-links-selected:link {
	color: #296dc1;
	text-decoration: underline;
	font-weight: bold;
}
a.sort-by-links-selected:visited {
	color: #296dc1;
	text-decoration: underline;
	font-weight: bold;
}
a.sort-by-links-selected:hover	{
	color: #323281;
	text-decoration: none;
	font-weight: bold;
}
a.sort-by-links-selected:active {
	color: #296dc1;
	text-decoration: underline;
	font-weight: bold;
}

.notification-checkout {
        color: #61646e;
}
.notification-checkoutl {
        color: #61646e;
}
.notification-checkoutl:link {
        color: #61646e;
        text-decoration: none;
}
.notification-checkoutl:visited {
        color: #61646e;
        text-decoration: none;
}
.notification-checkoutl:hover   {
        color: #323281;
        text-decoration: underline;
}
.notification-checkoutl:active {
        color: #61646e;
        text-decoration: none;
}
.notification-checkoutblue {
        color:#296dc1;
}
.profiles-vert-img {
	width: 10px;
}
.discount-label-text {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
}
.section-active-tab-bg {
	font-family: tahoma,arial, helvetica,	sans-serif;	
	font-size: 11px;
	white-space: nowrap;
	color: #ffffff;
	background: url(images/tab_bg_active.gif);
	background-color: #f7941c;
}
.section-inactive-tab-bg {
	font-family: tahoma,arial, helvetica,	sans-serif;	
	font-size: 11px;
	color: #000000;
	white-space: nowrap;
	background: url(images/tab_bg.gif);
	background-color: #e9e9e9;
}
.section-outer-border {
	border: 1px #7a7a7a solid;
}

.content table,tr,td {font-family: verdana, tahoma, arial, sans-serif; font-size:11px; color:#000000;}

.bannerbg {
	background: url(images/bannerbg.jpg);
	background-repeat: repeat-x;
}
img {
	border: none;
}
.specs {border:1px solid #999999; background-color:#ffffff;}
.specsleft { background-color: #dfedfa; font-weight:bold; font-size:10px; border-top:1px solid #cccccc;border-bottom:1px solid #cccccc;}
.specsright1 { background-image: url(spec_right_bg1.gif); background-color: #eef5fa; font-size:10px; border-top:1px solid #cccccc;border-bottom:1px solid #cccccc;}
.specsright2 { background-color: #eef5fa; font-size:10px; border-top:1px solid #cccccc;border-bottom:1px solid #cccccc;}
li {list-style:outside url(images/bull.gif); margin:2px 0 5px 0;}

/*CONTENT PAGES*/

.pageh {
	font-size:13px;
	margin:0px;
	padding:0px;
	padding-bottom:7px;
	font-variant:small-caps;
}
.pagecontainer{
	width:710px;
	height:100%;
}
.pagebox{
	padding:1px;
	border:1px solid #999999;
	height:100%;
	background-color:#ffffff;
}
.pagecontent{
	background-color:#eef5fa;
	margin:0px;
	padding:5px 35px 12px 35px;
	text-align:justify;
	font-size:11px;
	line-height:18px;
}
.smallpagehimg{
	height:40px;
}

/*PRODUCT*/
.productcontainer{
	width:710px;
}
.producthmdcontainer{
	margin:0px auto 0px 0px;
	width:323px;
	border: 1px solid #999999;
	padding:1px;
}
.producthmdbox{
	width:323px;
	background:#eef5fa;
	margin:0px;
	padding:0px;
	padding-bottom:15px;
}
.producteyewearcontainer{
	margin:0px 0px 0px auto;
	width:323px;
	border: 1px solid #999999;
	padding:1px;
}
.producteyewearbox{
	width:323px;
	background:#eef5fa;
	margin:0px;
	padding:0px;
	padding-bottom:15px;
}
.product1{
	padding:5px;
	padding-left:15px;
}
.product2 {
	padding:5px;
	padding-right:15px;
}

/*store page*/
.storebgleft {width:50px; background-image: url(images/storebgleft.gif); background-position: center center;}
.storebgright {width:50px; background-image: url(images/storebgright.gif); background-position: center center;}
.storepagecontent {background:#ffffff; font-size:11px; line-height:18px;}

/* opacity images */

a.linkopacity img {
	filter:alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5;
	background:#ffffff;
}

a.linkopacity:hover img {
	filter:alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
	background:#ffffff;
}