body {
	background-color: #FFF;
	text-align:center;
}

#shell {
	margin:115px 0 0 0 ;
	background: #5D5C5C;
}

.page {
	width:1100px;
	margin:0 auto;
	text-align:left;
	background:url(../images/page_bg.gif) #5D5C5C repeat-y 111px 0;
	position: relative;
}

#content {
	width:920px;
	margin:0 0 0 110px;
	position: relative;
	padding:0 0 15px 0;
}

#content_right {
	width:790px;
	float: right;
	position: relative;
	padding-bottom:15px;
	overflow: hidden;
}

#content_left {
	width:130px;
	float: left;
	position: relative;
	padding-bottom:15px;
	overflow: hidden;
}

/* foooter */
#footer {
	margin:0 auto;
	text-align:left;
	width:665px;
	font-size: 10px;
	color: #5D5C5C;
}

#footer a{
	margin:0 0 0 10px;
	color: #5D5C5C;
}

/* Home */
#small_logo {
	float: left;
	margin:66px 0 0 39px;
}

#menu {
	clear: left;
	list-style-type: none;
	margin:38px 0 15px 0;
	width:130px;
	float: left;
}

#menu.home {
	margin:110px 0 0 0;
	width:160px;
}

#menu li {
	line-height:20px;
	margin:0 0 14px 37px;
}

#menu li a {
	font-size: 14px;
	color: #F95050;
	text-decoration: none;
}

#menu-nolink {
	font-size: 18px;
	color: #F95050;
	text-decoration: none;
}

#menu li a:hover, #menu li a.current {
	color: #FFF;
}

#menu li.last{
	margin:62px 0 0 37px;
}

#home_logo {
	margin:110px 0 94px 132px;
}

/* Tops */
#tops_box{
	margin:36px 0 0 0;
	width:720px;
}

.product_item {
	width:129px;
	margin:0 15px 22px 0;
	float: left;
	height: 200px;
	overflow: hidden;
}

.product_item p{
	font-size: 10px;
	color: #FFF;
	font-weight: bold;
}

.product_item a img{
	border:1px solid #5D5C5C;
}

.product_item a:hover img{
	border:1px solid #F95050;
}

.product_item .lef a{
	font-size: 10px;
	color: #F95050;
	font-weight: bold;
	text-decoration: none;
}

.product_item .lef a:hover{
	color: #FFF;
}

.product_item .rig{
	font-size: 10px;
	color: #FFF;
	font-weight: bold;
}

.paging {
	font-size: 9px;
	color: #F95050;
	float: right;
	margin:0 20px 0 0;
}

.paging a{
	font-size: 10px;
	color: #F95050;
}

.paging .extreme {
	color: #FFF;
}

/* detail */
#div_menu_basket_empty
{
    /*border:solid 1px black;*/
    height:93px;
    width:151px;
	
background:url(../images/winter_09-10_coming_soon.gif)
	no-repeat 0px 0px; 
}  

#cart {
	width:150px;
	top:67px;
	left:-70px;
	position: absolute;
	font-size: 9px;
	color: #FFFFFF;
}

#cart h2{
	font-size: 10px;
	font-weight: normal;
	background:url(../images/ico_cart.gif) no-repeat 70px 0;
	padding:0 24px 4px 0;
}

#cart table{
	border-collapse:collapse;
}

#cart tr{
	vertical-align: top;
}

#cart tr td{
	border-top: 1px solid #AEADAD;
	padding:1px 3px;
}

.button_left, .button_right{
	font-size: 10px;
	text-decoration: none;
	border:1px solid #F95050;
	color: #FFF;
	padding:0 12px;
	float:left;
	margin:10px 0 0 0;
}

.button_left:hover, .button_right:hover{
	background-color: #705B5B;
}

.button_right{
	float:right;
}

#detail_box {
	float: left;
	margin:41px 0 0 0;
	width:796px;
	position: relative;
}

#detail_box h1{
	font-size: 14px;
	color: #FFF;
	font-weight: normal;
	margin:0 0 5px 0;
}

#detail_box #image_box{
	width:349px;
	float: left;
}

#detail_box #image_box img{
	float:left;
}

#detail_box #image_box ul{
	float:right;
	list-style-type: none;
	width:79px;
}

#detail_box #image_box ul li{
	width:79px;
}

#detail_box #image_box ul li a img{
	margin:0 0 12px 0;
	float: none;
}

#detail_box #detail_small{
	width:296px;
	float: left;
	margin: 175px 0 0 16px;
	position: relative;
}

#detail_box #detail_small .lef{
	width:50%;
	margin:24px 0 0 0;
}

#detail_box #detail_small .lef .detail_text {
	width:50%;
	font-size: 10px;
	color: #FFF;
	position: absolute;
	bottom:55px;
	left:0;
}

#detail_box #detail_small .lef .detail_text .message
{
	font-size: 12px;
	color: #F95050;
	font-weight: bold;
}

#detail_box #detail_small .lef ul {
	position: absolute;
	bottom:0;
}

#detail_box #detail_small .lef ul li{
	float: left;
	list-style-type: none;
	margin:24px 11px 0 0;
}

#detail_box #detail_small .lef ul li.last{
	margin:24px 0 0;
}

#detail_box #detail_small .rig{
	width:50%;
	margin:0 0 0 20px;
}

#detail_box #detail_small .rig h2{
	font-size: 12px;
	color: #F95050;
	text-align: right;
}

#detail_box #detail_small .rig input{
	width:60px;
}

#detail_box #detail_small .rig select{
	
}

#detail_box #detail_small .rig table{
	float: right;
	width:105px;
}

#detail_box #detail_small .rig table th{
	font-size: 10px;
	color: #FFF;
	font-weight: normal;
	text-align: right;
	padding:7px 9px 7px 0;
}

#detail_box #detail_small .rig table td{
	padding:0;
	font-size: 10px;
	color: #FFF;
}

/* Size */
#size_box {
	width:368px;
	float: right;
	margin:43px 6px 0 0;
}

#size_box h2{
	font-weight: normal;
	font-size: 10px;
	color: #FFF;
	margin-left:10px;
}

#size_box p{
	font-size: 10px;
	color: #FFF;
	margin-left:10px;
}

#size_box .table_shell{
	border: 1px solid #F95050;
	padding:10px;
}

#size_box table{
	border-collapse:collapse;
}

#size_box table tr{
	font-size: 10px;
	color: #FFF;
	margin:0 10px;
	border-spacing:10px;
}

#size_box table tr.first td{
	border:none;
}

#size_box table td{
	border-top:1px solid #D6D6D6;
	font-size: 10px;
	color: #FFF;
	padding-top:2px;
	padding-bottom:2px;
}

#size_box .more{
	font-size: 14px;
	color: #F95050;
	text-decoration: none;
}

#size_box .more:hover{
	text-decoration: underline;
}

/* zoom */
#zoom {
	margin:0 0 0 39px;
}

/* cart */
#cart_box {
	float: left;
	margin:66px 0 15px 0;
	width:445px;
	position: relative;
	padding:24px;
	border:2px solid #F95050;
}

#cart_buttons {
	width:445px;
	margin:0 0 0 24px;
}

#cart_box h2{
	background:url(../images/ico_cart.gif) no-repeat 93px 50%;
	font-size: 14px;
	color: #FFF;
	font-weight: normal;
	margin:0 0 3px 0;
}

#cart_box input{
	width:40px;
}

#cart_box table{
	font-size: 10px;
	color: #FFF;
}

#cart_box table .button_left {
	vertical-align: middle;
	float: none;
}

#cart_box table tr td, #cart_box table tr th{
	border-top:1px solid #D6D6D6;
}

tr.nil_b td {
	border:none !important;
}

#cart_box table tr a.more{
	color: #F95050;
	text-decoration: none;
}

#cart_box table tr a.more:hover{
	text-decoration: underline;
}

/* billing */
#billing_box_1, #billing_box_2 {
	margin:46px 0 0 0;
	float: left;
	width:308px;
}

#billing_box_2 {
	margin:46px 0 0 67px;
}

#billing_box_1 h2, #billing_box_2 h2 {
	font-size: 14px;
	color: #FFF;
	margin:0 0 12px 0;
}

.billing_form {
	width:250px;
	border:2px solid #F95050;
	padding:18px 28px;
}

.billing_form th{
	font-size: 11px;
	color: #FFF;
	font-weight: normal;
	text-align: right;
	padding:0;
}

.billing_form td{
	padding:4px 0 4px 11px;
}

.billing_form td input{
	width:155px;
	border:1px solid #AEADAD;
}

.billing_form td input.short
{
	width:52px;
}
.billing_form td input.watermark
{
    width:52px;
    color: #999;
}

.billing_form p{
	text-align: right;
	font-size: 11px;
	color: #FFf;
}

.billing_form p a{
	font-size: 11px;
	color: #F95050;
}

/* text */
#text_box  {
	margin:62px 0 0 0;
}

#text_box h2 {
	margin:10px 0;
	font-size: 10px;
	color: #FFF;
	text-transform: uppercase;
}

#text_box p {
	margin:10px 0;
	font-size: 10px;
	color: #FFF;
	font-weight: bold;
}

#text_box p a{
	color: #F6514F;
}

#bottom_close {
	position: absolute;
	bottom:20px;
	left:218px;
	text-decoration: none;
	font-size: 14px;
	color: #F95050;
}

.red_shell {
	border:2px solid #F95050;
	padding:23px;
}

.red_shell th {
	text-transform: uppercase;
	font-size: 10px;
	color: #FFF;
}

.red_shell tr {
	font-size: 10px;
	color: #FFF;
	font-weight: bold;
}

.red_shell tr td{
	border-top:1px solid #D6D6D6;
}


/*  Modal PopUp   */




/* <modal_popup> */
.modalBackground {
	background-color:#eeeeee;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalPopup 
{
	border-width:2px;
	border-style:solid;
	border-color:#f95050;
	background: #5d5c5c;
	width:250px;
}
.modalPopup_header 
{   
    width: 240px;   
    font-weight: bold;
	color: #f95050;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.modalPopup_body
{
    width:100%; 
    text-align:center; 
   	color: #fff;
   	text-align: center;
   	padding: 10px 0px 10px 0px;
}
.modalPopup_body .button {
    font-size: 12px;
	text-decoration: none;
	border:1px solid #F95050;
	color: #FFF;
	padding:0 12px;
	margin:10px 0 0 0;
	background-color: Transparent;
	cursor: pointer;
}
.modalPopupBody_inner
{
    padding:5px; 
}
.divColourRGB
{
    height:23px;
    width:23px;
}
.divColorsTitle
{
    position:absolute; bottom:30px; left:0px; color:#fff;
}
/* Newsletter form */
#newsletter
{
	position:relative;
	font-size:11px;
	color:#fff;
}
#newsletter h1
{
	font-size:14px;
	margin-bottom:1.3em;
	font-weight:normal;
}
#newsletter h1 span
{
	color:#F95050;
}
#newsletter form {
	margin:0;
	padding:0;
	width:325px;
}
#newsletter fieldset {
	border:2px solid #F95050;
	display:block;
	line-height:1.5em;
	margin-bottom:0.5em;
	padding:25px 30px 20px 0;
}
#newsletter label 
{
	clear:left;
	color:#fff;
	display:block;
	float:left;
	margin-bottom:1.15em;
	text-align:right;
	width:90px;
}
#newsletter input 
{
	width:180px;
	float:left;
	border:1px solid #9e9e9e;
	margin-bottom:1.3em;
	padding:0 1px;
	font-size:11px;
	height:15px;
	margin-left:15px;
}
#newsletter input#send_btn
{
	border:1px solid #F95050;
	background:none;
	width:auto;
	height:auto;
	color:#fff;
	float:right;
	margin:0 6px 0;
}
#newsletter a, #newsletter .error 
{
	color:#F95050;
}
#newsletter .error 
{
	width:315px;
	text-align:center;
}
#nl_home
{
	position:absolute;
	left:37px;
	bottom:25px;
	color:#F95050;
	font-size:14px;
	text-decoration:none;
	outline:none;
}
#nl_home:hover
{
	color:#fff;
}