/*-----imports-----*/
@import url("menu.css");
@import url("thickbox.css");


body {
 margin: 0;
 padding: 0;
 background-image: url('body_bg.png');
 background-repeat: repeat-x;
 background-color: #005cac;
 text-align: center;
 font-family: Arial, Verdana;
 font-size: 12px;
 line-height: 17px;
 color: #222;
}

#wrapper {
 width: 960px;
 margin: 0 auto;
 background-color: #fff;
 text-align: left;
}
 
#header {
 background-image: url('header_bg.png');
 background-repeat: no-repeat;
 height: 125px;
 padding-top: 15px;
 background-color: #fff;
}

#header_left {
 width: 540px;
 height: 70px;
 float: left;
 padding: 10px 0 0 210px;
}

#header_left_top {
 height: 35px;
}

#header_left_bot {
 height: 35px;
 color: #fff;
 font-size: 13px;
 word-spacing: 5px;
}

#header_right {
 width: 180px;
 height: 60px;
 float: left;
 padding: 10px 0 0 20px;
 font-weight: bold;
}

#cart {
 height: 20px;
 margin: 15px 0 0 0;
 color: #fff;
 font-weight: normal;
 font-size: 12px;
}

#search_menu {
 height: 30px;
 clear: both;
 padding: 5px 0 0 0;
}

#search {
 width: 180px;
 float: left;
 margin: 5px 0 0 10px;
}

.search_input {
 height: 16px;
 width: 125px;
 background-color: #005bac;
 border: none;
 padding: 4px 0 0 5px;
 color: #fff;
 float: left;
 font-size: 10px;
}

.shopby {
 float: left;
 margin-top: 5px;
}

.search_button {
 float: left;
 margin: 0 0 0 5px;
}

#menu {
 width: 720px;
 height: 45px;
 float: left;
 margin: 0 0 0 15px;
 font-size: 14px;
 font-weight: bold;
}

#main_content {
 padding: 10px;
}

#main_content_left {
 width: 165px;
 float: left;
 padding-right: 5px;
}

#main_content_right {
 width: 735px;
 float: left;
 margin-left: 10px;
 padding-left: 20px;
 border-left: 1px dotted #ccc;
}

#footer {
 margin: 0 0 0 200px;
 font-size: 10px;
 color: #666;
}

#intro_banners {
 margin: 0 0 20px 0;
}

#welcome {
 margin: 20px 0;
 text-align: justify;
}

#welcome p {
 font-size: 16px;
 }


#latest {
  margin: 20px 0;
}

#clear {
 clear: both;
}


/*>>>>>>>>> home page */

#home_page_new {
 margin: 2px 0;
}
.home_page_new_items {
 width: 120px;
 height: 220px;
 padding: 5px;
 margin: 0 22px 50px 3px;
 float: left;
}

#best_sellers_list {
 border-bottom: 1px dotted #ccc;
 padding: 0 0 20px 0;
 margin: 0 0 20px 0;
}

#best_sellers_list a:link, #best_sellers_list a:visited {
 color: #b92313; text-decoration: none;
}

#best_sellers_list a:hover {
 text-decoration: underline;
}

#top_left_banner {
 border-bottom: 1px dotted #ccc;
 padding: 0 0 20px 0;
 margin: 0 0 20px 0;
}

#side_cards {
 border-bottom: 1px dotted #ccc;
 padding: 0 0 20px 0;
 margin: 0 0 20px 0;
}

#side_text {
 border-bottom: 1px dotted #ccc;
 margin: 0 0 30px 0;
}

.brandslogo {
 margin: 2px;
 border: 1px dotted #666;
}

/*>>>>>>>>>whats new*/

.whatnew_page_new_items {
 width: 120px;
 height: 270px;
 padding: 5px;
 margin: 0 15px 50px 0;
 float: left;
}

/*>>>>>>>>> sections only*/

.section_links {
 width: 120px; 
 height: 230px;
 padding: 5px;
 margin: 0 15px 50px 0;
 float: left;
}


h2.product {
 font-family: Helvetica, Trebuchet MS, sans-serif;
 font-size: 12px;
 font-weight: normal;
}

/*>>>>>>>>> product only*/

#product_top {
 width: 700px;
}

#image_product {
 clear: both;
}


#product_details_left {
 width: 350px;
 float: left;
 padding-right: 20px;
 margin: 20px 20px 20px 0;
 border-right: 1px dotted #ccc;
}

#product_details_right {
 width: 200px;
 float: left;
 margin: 20px 0 20px 0;
}

.h1_product {
 font-weight: bold;
  color: #a9bc1b;

 margin-bottom: 10px;
 text-transform: uppercase;
}

.product_ref {
 float: left;
 font-size: 12px;
 color: #666;
}

.sendtofriend {
 float: right;
 margin-right: 80px;
}

.p_price, .p_size {
 font-size: 14px;
 color: #666;
 margin: 0 0 10px 0;
}

.p_size {
 font-size: 14px;
 color: #666;
 font-weight: bold;
 margin: 0 0 15px 0;
}

.rrp {
 color: #666;
 font-weight: normal;
}

.product_price {
 color: #cc0000;

}

.oldprice {
 font-size: 12px;
 color: #005bac;
}

#size {
 width: 120px;
 float:left;
}

#addtocart {
 width: 80px;
 float:left;
}

/*>>>>>>>>>>friend */

#wrapper_sendfriend {
 width: 630px;
 margin: 0 auto;
 background-color: #fff;
 text-align: left;
}


/*>>>>>>>>> elements */

#main_content_left ol {
 list-style-type: none;
 font-size: 10px;
 margin: 20px 0 0 3px;
}

#main_content_left li {
 margin: 10px 0;
 padding: 10px 0;
 line-height: 15px;
 height: 40px;
}

#text_breadcrumbs {
 margin-bottom: 20px;
 padding-bottom: 15px;
 border-bottom: 1px dotted #ccc;
 color: #666;
}

/*>>>>>>>>> search results */

.sresultentry {
 width: 120px;
 height: 260px;
 padding: 5px 20px 0 0;
 margin: 0 12px 50px 0;
 }



/*>>>>>>>>> Shopping cart and checkout fields*/



.checkout td {
 padding: 10px;
}

tbody td {
 padding: 2px;
}

table.checkout td {
	background-color: #eee;
}

table.checkout th {
	background-color: #eee;
}

.cart {
	background-color: #eee;
}

.cartheading {
	background-color: #b2d1ed;
	font-weight: bold;
        padding: 5px;
}


/*>>>>>>>>> Checkout Progress Indicator */

p.checkout-progress-heading {
	width: 300px;
	margin: 10px auto;
}

#checkout-progress-indicator {
	width: 300px;
	height: 19px;
	background-image: url('cpi-background.gif');
	margin: 0 auto 20px auto;
}

.checkout-progress-0 {
	width: 75px;
	height: 19px;
	background-color: #99ccff;
	background-image: url('cpi-main.gif');
	float: left;
}

.checkout-progress-1 {
	width: 150px;
	height: 19px;
	background-color: #99ccff;
	background-image: url('cpi-main.gif');
	float: left;
}

.checkout-progress-2 {
	width: 225px;
	height: 19px;
	background-color: #99ccff;
	background-image: url('cpi-main.gif');
	float: left;
}

.checkout-progress-3 {
	width: 300px;
	height: 19px;
	background-color: #99ccff;
	background-image: url('cpi-main.gif');
	float: left;
}

#checkout-progress-indicator .cpi-end {
	width: 8px;
	padding: 0;
	margin: 0;
	border: 0;
	height: 19px;
	background-image: url('cpi-end.gif');
	background-position: right;
	background-repeat: no-repeat;
	float: left;
}

#receiptpage {
 background-color:#fff;
}

/*>>>>>>>>> images */

img {
 border: none;
}
.intro_banner {
 margin: 0 7px;
}

.title {
 margin: 0 0 20px 0;
}

.best_sellers_thumb {
 width: 35px;
 float: left;
 margin-right: 10px;
}

.cart_thumb {
 width: 35px;
 margin: 10px 10px 0 10px;
}

/*>>>>>>>>> links */

a:link, a:visited {
 color: #b92313;
 text-decoration: underline;

}

a:hover {
 color: #b92313;
 text-decoration: none;
}

#header_left a:link, #header_left a:visited {
 color: #fff;
 text-decoration: none;
}

#header_left a:hover{
 color: #fff;
 text-decoration: underline;
}

#text_breadcrumbs a:link, #text_breadcrumbs a:visited {
 color: #333;
 text-decoration: underline;
 font-weight: normal;
}

#text_breadcrumbs a:hover {
 color: #333;
 text-decoration: none;
 font-weight: normal;
}

.product a:link, .product a:visited {
 color: #b92313; 
 text-decoration: underline;
}

.product a:hover {
 color: #b92313;
 text-decoration: none;
}

/*>>>>>>>>> text */

h1 {
 font-family: Helvetica, Trebuchet MS, sans-serif;
 font-size: 15px;
 font-weight: normal;
 margin: 0 0 0 0;
 padding: 0 0 0 0;
  color: #0d335e;
}

h2 {
 font-family: Helvetica, Trebuchet MS, sans-serif;
 font-weight: normal;
 font-size: 12px;
 margin: 10px 0;
 padding: 0;
 color: #60110d;
}

h3 {
 font-weight: bold;
 color: #c2d213;
 margin-bottom: 10px;
 text-transform: uppercase;
}

h4 {
 color: #a9bc1b;
 font-size: 16px;
 font-weight: normal;
 margin-bottom: 20px;
}

h5 {
 color: #0d335e;
 font-size: 14px;
 font-weight: bold;
 margin: 20px 0;
}

p {
 margin: 2px 3px 10px 3px;
}

.actrequired {
 color: #cc0000;
}

b {
 color: #333;
 font-size: 13px;
}