* {
   margin:0;
   padding:0;
}
html {
    overflow-y:scroll;
    }
body {
    color:#000000;
    margin:0;
    text-align:left;
    background:#ffffff url(/images/store_version1/bg_repeat2.jpg) repeat-y top center;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    }
.container {
    height:100%; margin:0 auto; width:1000px; 
    }


/* ADDED TO CART home page, product list and product detail pages
----------------------------------------------- */
.added_to_cart {
	background-color:#FFFAF4;
	border:1px solid #E2A269;
	margin:5px 0px 5px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333
	}
.added_to_cart A:link, .added_to_cart A:visited, .added_to_cart A:hover, .added_to_cart A:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333
	}

/* PRICE 
product list and some home pages
----------------------------------------------- */
.small_price {
	color:#3D89BD;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold
}

/* product detail page */
.large_price {
	color:#3D89BD;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold
}
.totalsavings {	
	font-weight:bold;
	border:1px solid #cccccc;
	padding:10px;
	text-align:center;
	width:185px;
	color:#3D89BD
}
.opc-totalsavings {	
	font-weight:bold;
	font-size:13px;
	padding:2px 1px;
	color:#3D89BD;
	text-align:right
}
/* ----------- TABS product detail page ------------ */
.tabcontainer {
	width:100%;
	position:relative;
	color:#ffffff
}
.tab_on {
	color:#3D89BD;
	font-weight:bold;
	text-align:center;
	margin-top:10px;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	background-color:#e5e5e5;
	padding:3px;
	width:165px;
	float:left;
	display:inline;
	white-space:nowrap
	}
.tab_off {
	color:#333333;
	font-weight:normal;
	text-align:center;
	margin-top:10px;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	background-color:#F5F5F5;
	padding:3px;
	width:165px;
	float:left;
	cursor:pointer;
	display:inline;
	white-space:nowrap
	}
.descriptioncontainer {
	width:100%;
	position:relative
}
.detaildesc {
	border-top:4px solid #e5e5e5;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;	
	border-bottom:2px solid #e5e5e5;
	padding:5px;
	margin-bottom:10px;
	width:99%;
	text-align:left
}

/****** MULTIPLE IMAGES ****** product detail page */
.click {cursor:pointer}
.imagesmallcontainer {
	background-color:#ffffff;
	border:2px solid #CCCCCC;
	float:left;
	height:65px;
	margin:8px 4px 2px 0px;
	overflow:hidden;
	width:65px
}
.hoverover {
	clear:both;
	float:left;
	font-size:11px;
	padding-bottom:2px;
	padding-top:2px;
	width:300px
}
.notavailable {
	background-color:#ffffff;
	border:1px solid #cccccc;
	color:#666666;
	padding:10px;
	text-align:center
}
/* ---------- ALL CATEGORIES PAGE --------------- */
.category_outline {
	width:99%;
	border:1px solid #dddddd;
	text-align:center;
	margin:5px;
	padding:0px
}
.chain {
	text-align:left;
	margin-left:5px;
	font-size:13px;
	padding:4px;
	font-weight:bold;
	color:#666666
	}
.chain A:link, .chain A:visited, .chain A:active, .chain A:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#3D89BD;
	font-size:13px;
	}
.all_categories {
	width:220px
}
.all_categories A:link, .all_categories A:visited, .all_categories A:active, .all_categories A:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:13px;
	font-weight:normal
	}
.parent {
	margin-top:3px;
	margin-bottom:3px
}
.parent A:link, .parent A:visited, .parent A:active, .parent A:hover {
	font-weight:bold
	}
.parent_more {
	font-weight:bold;
	margin-top:5px;
	color:#3D89BD
}
.parent_more A:link, .parent_more A:visited, .parent_more A:hover, .parent_more A:active {
	font-weight:bold;
	color:#3D89BD
	}		
.sub_category {
	margin-top:5px;
	margin-bottom:5px
	}
.sub_category_more {	
	font-weight:bold;
	color:#3D89BD
	}	
.sub_category_more A:link, .sub_category_more A:visited, .sub_category_more A:hover, .sub_category_more A:active {
	margin-left:1px;
	font-size:11px;
	font-weight:bold;
	color:#3D89BD
	}	

.viewAllCategories {
	padding:6px 4px 6px 25px;
	line-height:normal;
	display:block;
	border-bottom:4px solid #3D89BD;
	font-weight:100;
}

.viewAllCategories a:link, .viewAllCategories a:visited {
	color:#3D89BD;
	text-decoration:none;
	font-weight:bold
}

.viewAllCategories a:hover {
	text-decoration:underline;
	background-color:#edecec
}	

/* Left Navigation Column
----------------------------------------------- */

.leftColumn, .leftColumn_admin_gray  {
	background-color : #f5f5f5
}

.leftColumn h2 { 
	color : #555555; 
	background-color : #f5f5f5
}


/* ----------------- Custom font definitions ---------------- */
p {
   margin:4px 0;
   line-height:normal;
}
 .headPrice {
   font-weight:bold;
   color:#990000;
}
h1{
   color:#222a63;
   font-size:22px;
   margin:15px 0 0 0;
   text-align:center;
}
.welcome{
   margin:5px 0 0 0;
   text-align:center;
}

/* Custom form elements
----------------------------------------------- */
.inputFormat {
	height:19px;
	font-size:12px;
	padding:1px; color:#333;
	vertical-align:middle;
}
#search input{
	vertical-align:middle;
}
.btnSearch {
	vertical-align:middle;
 	color:#0060B1;
 	font-size:12px;
 	cursor:pointer;
 }
/* Top Header
----------------------------------------------- */
#base{
	margin: 0 auto;
	width:960px;
	background:url(/images/store_version1/bg_base_repeat.jpg) repeat top; 
}
#header{
	position:relative;
	width:1000px;
	height:217px;
}
#bg_top{
	background:url(/images/store_version1/header.jpg) no-repeat center top;  
}
#bg_btm{
        background:url(/images/store_version1/bg_btm.jpg) no-repeat center bottom;
}
#myAccount {
    position:absolute;
    top:40px;
    left:0;
    font-size:12px;
    width:145px;
    font-weight:100;
    text-align:left;
}
#myAccount a{
    text-decoration:none;
}
#cartInfo {
    position:absolute;
    top:50px;
    left:880px;
    font-size:12px;
    line-height:3px;
}
#shoppingCart {
    font-size:12px;
    width:150px;
    font-weight:100;
    color:#666666;
    text-decoration:none;
}
#cartInfo a{
    display:block;
    color:#000;
    font-size:90%;
    text-decoration:none;
}
#cartInfo a:hover {
    background-color:#ff568e;
    text-decoration:none;
    width:90%;
}
#cartInfo img {
    border:0;
    vertical-align:middle;
}

.cartInfoHeadings {
	color:#000;
	font-size:14px;
	font-weight:bold;
}
#myAccountDL {
    padding-left:25px;
}
#shoppingCartDL {
	padding-left:25px;
}
/* BUTTONS
----------------------------------------------- */
/******* ACTION BUTTON *******/

/* Both browsers apply these styles to the action button */
.actn_button_color {
	border:3px double #8FB6DB;
	cursor:pointer;
	white-space:nowrap;
	padding:2px 3px 2px 3px;
	font-family:Arial, Helvetica, sans-serif;
	color:#444444;
	font-size:12px;
	font-weight:bold;
	text-align:center
}
/* IE uses the filter for the blend */
.actn_button_color {
	* filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffff',EndColorStr='#CCE6F9')
	}
/* FireFox uses a background color and white gradient image for the blend */
html>body .actn_button_color {
	background: #A5D6FA url("/shared/style/images/white_gradient.png") repeat-x top
}
/******* BEGIN FIREFOX HOVER FOR ACTION BUTTON *******/
.actn_button_color.actn_button:hover {
	border:3px double #54A2EB;
	color:#444444;
	background: #B3D8F4 url("/shared/style/images/white_gradient.png") repeat-x top
}	
/******* END FIREFOX HOVER FOR ACTION BUTTON *******/

/******* REGULAR BUTTON *******/
/* Both browsers apply these styles to the regular button */
.button_color {
	border:3px double #8FB6DB;
	cursor:pointer;
	white-space:nowrap;
	padding:2px 3px 2px 3px;
	font-family:Arial, Helvetica, sans-serif;
	color:#444444;
	font-size:12px;
	font-weight:bold;
	text-align:center
}
/* IE uses the filter for the blend */
.button_color {
	* filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffff',EndColorStr='#EDF3F7')
}
/* FireFox uses the background-color and white gradient image for the blend */
html>body .button_color {
	background: #C7E5FB url("/shared/style/images/white_gradient.png") repeat-x top
}
/******* BEGIN FIREFOX HOVER FOR REGULAR BUTTON *******/
.button_color.button:hover {
	border:3px double #54A2EB;
	color:#444444;
	background: #B3D8F4 url("/shared/style/images/white_gradient.png") repeat-x top
}
/******* END FIREFOX HOVER FOR ACTION BUTTON *******/

/******* SPECIAL BUTTON STYLES*******/
.btn_small_update, .btn_small_change {
	font-size:9px
}		
.btn_update {
	font-size:9px
}	
.btn_continue {
	width:170px;
	padding:4px
}
.btn_add_to_cart{
	width:80px;
	* height:23px;
	font-size:11px;
	margin-top:5px;
	* padding:1px 0px 0px 0px
}
html>body .btn_add_to_cart {
	height:15px;
	padding:1px 0px 0px 0px
}
.btn_buy_it_now {
	width:80px;
	font-size:11px;
	margin:5px 0px 0px 5px;
	padding:0px
}
.btn_proceed_to_checkout {
  padding:2px 2px 2px 25px;
  width:190px;
  height:32px
}	
.btn_ordering_info {
 font-size:11px;
 width:150px
}
/******* END SPECIAL BUTTON STYLES*******/


/* Top_nav
----------------------------------------------- */
#top_nav {
   position:absolute;
   top:175px;
   left:-15px;
   background:none;
   height:40px;
   width:980px;
}
#top_nav ul{
   float:left;
   height:40px;
   list-style-type:none;
   width:780px;
}
#top_nav li{
   display:inline;
   float:left;
   height:40px;
   text-align:center;
   text-decoration:none;
   width:90px;
   padding:5px 3px 3px 3px;
}
#top_nav li a{
   color:#ffffff;
   font-size:14px;
   font-weight:bold;
   line-height:14px;
   text-decoration:none;
}
#top_nav li a:hover{
   color:#ff568e;
}
.search{
   float:right;
}

.navBarRight {
     font-family:Arial, Helvetica, sans-serif; float:right; padding-top:17px; padding-right:5px;
}
.navBarLeft {
     font-family:Arial, Helvetica, sans-serif; float:left; margin-top:17px; margin-left:75px;
}
.navBarLeft a {
     padding:17px 5px 15px 5px;
}
.navBarLeft a:link, .navBarLeft a:visited {
     color:#000; font-weight:bold; font-size:12px;
}
.navBarLeft a:hover {
     background-color:#FF66AA;
     color:#fff;
     font-weight:bold;
     font-size:12px;
     padding:12px 5px 16px 5px;
     text-decoration:none;
}
.navBarRight a:link, .navBarRight a:visited {
     color:#000; font-weight:bold; font-size:13px;
}
/* --------  Main  -------- */
#main{
   background:url("/images/store_version1/bg_base.jpg") repeat top;
   float:left;
   height:100%;
   width:980px;
}

/* --------  Left Menu  --------- */
#menu {
   background:none; padding:0 6px 5px 0; margin:15px 0 0 0; text-align:left; width:175px;
}
#menu ul {
   background:url("/images/store_version1/left_menu_bg.gif") repeat-x left; 
   border:1px solid #397ed3; list-style:none; margin:0; padding:0;
}
.product {
   background:#fff;
   color:#ff568e;
   font-size:16px;
   font-family:Arial, Helvetica, sans-serif;
   font-weight:bold;
   height:28px;
   display:block;
   border:1px solid #397ed3;
   margin:0;
   padding-top:8px;
   text-align:center;
}
.product a:hover {
   background:none;
}
#menu a, #menu h2 {
   font: bold 11px/16px arial, helvetica, sans-serif;
   display: block;
   margin:0;
   padding:3px 0 3px 0;
}
#menu h2 {
   background:none;
   padding:4px 0 2px 7px;
   text-transform: uppercase;
}
#menu a {
   color:#fff; text-decoration:none;
}
#menu li {
   position:relative; border-bottom:1px solid #fff;
}
#menu ul li:hover {
   background:url("/images/store_version1/over_back.jpg") repeat-x left;
}
#menu ul li a:hover {
   color:#000;
}
#menu ul ul li a {
   color:#000; padding:3px 0 0 7px;
}
#menu ul ul li {
   background:#BDEDFF; border:1px solid #397ed3; display:block; height:25px; padding:3px 0 0 0;
}
#menu ul ul {
   position:absolute; top:0; left:100%; width:100%;
}
div#menu ul ul, div#menu ul li:hover ul ul { display:none; }
div#menu ul li:hover ul, div#menu ul ul li:hover ul{ display:block; }


/* vertnav
-------------------------------------------- */
.vertNavLink {
	padding:6px 4px 6px 25px;line-height:normal;display:block;border-bottom:1px solid #dedcdc;
}
.vertNavLink a:link, .vertNavLink a:visited {
	color:#777;text-decoration:none;
}
.vertNavLink a:hover {
	color:#333;text-decoration:underline;background-color:#edecec;
}
.vertNavLinkMisc {
	margin:0;padding:0;font-size:12px;background-color:#edecec;margin:10px 0 0 0;
}
.vertNavLinkMisc a{
        color:#000;padding:6px 4px 6px 25px;line-height:normal;display:block;border-bottom:1px solid #edecec;
}
.vertNavLinkMisc a:link, .vertNavLinkMisc a:visited {
	color:#000;text-decoration:none;
}
.vertNavLinkMisc a:hover {
	color:#333;text-decoration:underline;background-color:#edecec;
}

/* Footer
----------------------------------------------- */
#footer_back{
    background:url(/images/store_version1/bg_btm_2.jpg) no-repeat center top;float:left;height:80px;width:100%;
}
#footer_cont{
    height:100%;
    margin:0 auto;
    width:983px;
}
#footer {
    position:relative;height:100%;width:983px;
}
#footer_menu {
    background:none;float:left;height:48px;width:983px;
}
#footer_menu ul{
    float:left;height:37px;list-style-type:none;margin:0 0 0 115px;width:983px;
}
#footer_menu li{
    display:inline;float:left;height:27px;padding:16px 3px 3px 3px;text-align:center;text-decoration:none;width:90px;
}
#footer_menu li a{
    color:#ffffff;font-size:12px;font-weight:bold;line-height:14px;text-decoration:none;
}
#footer_menu li a:hover{
    color:#ff568e;
}

#copyright {
    background:url(/images/store_version1/bg_base.jpg) repeat top;float:left;
    height:47px;padding:5px 0 0 0;text-align:center;width:983px; 
}

#brand_footer {
    background:none;float:left;height:60px;margin:0 0 5px 0;padding:1px 5px 0 5px; text-align:center; width:975px;
    }
#brand_footer a {
    color:#397ed3; font-size:11px;
}
#brand_footer a:hover {
    color:blue;
}

/* homepage content
----------------------------------------------- */
.addedToCart {
	background-color:#FFFAF4;
	border:1px solid #E2A269;
	margin-bottom:15px;
        font-family:Arial, Verdana, Times New Roman; 
	font-size:13px;
	color:#333333
	}
.addedToCart A:link, .addedToCart A:visited, .addedToCart A:hover, .addedToCart A:active{
        font-family:Arial, Verdana, Times New Roman;
	font-size:13px;
	color:#333333
	}
#brand_menu {
    background:none; border:2px solid #397ed3; float:left; margin:10px 0 7px 5px; padding:0; width:773px;
}
#brand_menu img, #brand_menu p {
    text-align:center;
}
#brand_menu a:link, #brand_menu a:visited {
    color:#000; text-transform:none;
}
.brand_head {
    background:none; border-bottom:2px solid #397ed3; color:#ff568e; 
    font-family:Arial, Verdana, Times New Roman; font-size:18px; font-weight:bold;
    height:40px; margin:0; text-align:center; width:100%;
}
.brand {
    font-family:Arial, Verdana, Times New Roman; margin:0; padding:0;
}
				

/* ---------  Right Content -------- */
#right_content{
   background:none;float:left;height:100%;margin:15px 0 0 24px;padding:0;width:775px;
}
#right_top{
   background:url(/images/store_version1/main_content_top.jpg) no-repeat;
   float:left;
   height:50px;
   width:775px;
}
#right_mid{
   background:url(/images/store_version1/main_content_mid.jpg) repeat-y top;
   float:left;
   height:100%;
   margin:0 0 0 2px;
   width:775px;
}
#right_btm{
   background:url(/images/store_version1/main_content_btm.jpg) no-repeat;
   float:left;
   height:40px;
   width:775px;
}	
.mid_inner{				
background:none;float:left;height:100%;margin:7px 0 0 50px;padding:0;width:665px;
}

#check_content{
   background:none;float:left;height:100%;margin:15px 0 0 0;padding:0;width:960px;
}
#check_top{
   background:url(/images/store_version1/checkout_top.jpg) no-repeat;
   float:left;
   height:50px;
   width:960px;
}
#check_mid{
   background:url(/images/store_version1/checkout_mid.jpg) repeat-y top;
   float:left;
   height:100%;
   margin:0 0 0 2px;
   width:960px;
}
#check_btm{
   background:url(/images/store_version1/checkout_btm.jpg) no-repeat;
   float:left;
   height:40px;
   width:960px;
}

.welcome_msg{
   background:none;float:left;height:20px;margin:0 0 0 10px;padding:10px 0 0 0;text-align:center;width:750px;
}

/* ------- About Us ------ */
.about_main{
   background:none;
   margin:15px 15px 10px 0; 
   /*  padding:5px 25px 5px 25px; */
   max-width:650px; 
   width:650px; 
}
.about_image{
   border:1px solid #397ed3; 
   height:419px; 
   width:579px; 
   padding:0; 
   margin:10px 0px 15px 95px;
}	
.about_description{
background:none;float:left;height:100%;margin:0 0 0 60px;padding:0;width:650px;
}				
					
			
/* CHECKOUT BREADCRUMB
----------------------------------------------- */
.breadcrumb_on {
	font-family:Arial, Helvetica, sans-serif;
	color:#3D89BD;
	padding-right:3px;
	font-size:13px;
	font-weight:bold;
	white-space:nowrap;
	vertical-align:middle
}
.breadcrumb_off {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	padding-right:3px;
	font-size:13px;
	white-space:nowrap; 
	vertical-align:middle
}
.clear {
	clear:both
	}
.floatRight {
	float:right
	}
.floatLeft {
	float:left
	}
.note {
 	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px
	}		

					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					