body{
	margin: 0 auto 0 auto;
	background: #ffffff url(/images/background.jpg) 0 0 repeat-x;
	color: #333333;
}

body, table, input, select, textarea{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
}

a{
	color: #3399ff;
	text-decoration: none;
	cursor: pointer;
}

a:hover{
	text-decoration: none;
}

a img{
	border: none;
	vertical-align: middle;
}

form {
	margin: 0;
	padding: 0;
}

div.block{
	display: block;
	position: static;
	clear: both;
	margin: 0 auto 0 auto;
	width: 100%;
	text-align: center;
}


div.block_content {
	display: block;
	position: relative;
	margin: 0 auto 0 auto;
	width: 970px;
	text-align: left;
}







/* header */


div#header{
	position: absolute;
	top: 0;
	z-index: 5;
	height: 200px;
	background: transparent url(/images/title_background.gif) left bottom repeat-x;
}

div#header a.logo{
	display: block;
	position: absolute;
	top: 20px;
	background: transparent url(/images/gucci.png) 40px bottom no-repeat;
	z-index: 2;
}


div#header a.logo img{
	margin: 30px 0 90px 40px;
}


div#header div.banner{
	display: block;
	position: absolute;
	width: 970px;
	height: 200px;
	top: 0;
	background: transparent url(/images/header_image.jpg) no-repeat;
	z-index: 1;
}





div#header div.top_menu{
	display: block;
	position: absolute;
	width: 980px;
	top: 179px;
	z-index: 2;
}

div#header div.top_menu a{
	display: block;
	float: left;
	margin-right: 7px;
}

div#header div.top_menu a span{
	display: block;
	clear: right;
	float: left;
	margin: 0;
	padding: 0;
	height: 21px;
}

div#header div.top_menu a span.s1, div#header div.top_menu a span.s3{
	width: 15px;
}

div#header div.top_menu a span.s2{
	width: 85px;
	text-align: center;
	line-height: 20px;
	font-weight: bold;
	color: #ffffff;
	text-transform: lowercase;
}


div#header div.top_menu span.s1{
	background: transparent url(/images/menu/97.gif) 0 0 no-repeat;
}
div#header div.top_menu span.s2{
	background: transparent url(/images/menu/98.gif) 0 0 repeat-x;
}
div#header div.top_menu span.s3{
	background: transparent url(/images/menu/99.gif) 0 0 no-repeat;
}


/*
div#header div.top_menu a:hover{
	color: #333333;
	text-decoration: none;
}

div#header div.top_menu a.current{
	color: #333333;
	border-bottom: solid 2px red;
}
*/


/* breadcrumbs */


div#breadcrumbs_top{
	display: block;
	position: absolute;
	top: 200px;
	z-index: 3;
}

div#breadcrumbs_top, div#breadcrumbs_bottom{
	height: 35px;
}

div.breadcrumbs a{
	padding: 0 5px 0 10px;
	background: transparent url(/images/arrow_gray_right.gif) 0 center no-repeat ;
	font-size: 90%;
	color: #aaaaaa;
	line-height: 34px;
}

div.breadcrumbs a.first {
	padding-left: 0;
	background: none ;
}

div.breadcrumbs a.current, div.breadcrumbs a.current:hover{
	color: #999999;
	text-decoration: none;
	cursor: default;
}

div.breadcrumbs a:hover {
	color: #999999;
}


div.breadcrumbs a.addthis_button{
	display: block;
	position: absolute;
	top: 10px;
	right: 0;
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}

div.breadcrumbs a.addthis_button img{
	width: 125px;
	height: 16px;
	border: none;
}

div.breadcrumbs a.back_to_top{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	padding-right: 0;
	background: transparent url(/images/arrow_gray_up.gif) 0 center no-repeat ;
}







/* title */

div#title{
	padding-top: 220px;
}

div#title div.block_content{
}

div#title div.block_content h1, div#title div.block_content h2, div#title div.block_content h3, div#title div.block_content h4{
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	display: block;
	float: left;
	font-size: 140%;
	font-weight: normal;
	margin: 0;
	padding: 10px 0 10px 0;
	color: #555555;
}

div#title div.block_content h1{
	margin-left: 0;
}

div#title div.block_content h2, div#title div.block_content h3{
	margin-left: 20px;
	padding-left: 20px;
	background: transparent url(/images/arrow_gray_right.gif) 0 center no-repeat ;
}






























div#header a.shopping_cart{
	display: none;
	float: right;
	margin: 0 50px 0 0;
	text-decoration: none;
}

div#header a.shopping_cart span{
	display: block;
	font-size: 90%;
	color: #666666;
}

div#header a.shopping_cart span.header{
	color: #999999;
}

div#header a.shopping_cart:hover span{
	color: #cccccc;
}

div#header a.change_currency{
	display: none;
	float: right;
	margin: 0 50px 0 0;
	text-decoration: none;
}

div#header a.change_currency span{
	display: block;
	font-size: 90%;
	color: #666666;
}

div#header a.change_currency span.header{
	color: #999999;
}

div#header a.change_currency:hover span{
	color: #cccccc;
}





div.change_currency{
	display: none;
	position: absolute;
	margin-top: 30px;
	z-index: 5;
}

div.change_currency table{
	background: #ffffff;
	border: solid 1px #333333;
}
div.change_currency table th{
	padding: 5px;
	background: #f2f2f2;
	border-top: solid 1px #e5e5e5;
	border-bottom: solid 1px #e5e5e5;
	text-align: left;
}
div.change_currency table th span{
	display: block;
	float: left;
	font-weight: normal;
	color: #333333;
}
div.change_currency table th span.footer{
	font-style: italic;
	font-size: 90%;
}
div.change_currency table th a{
	display: block;
	float: right;
	font-weight: bold;
	color: #4c4c4c;
}

div.change_currency table td {
	padding: 5px 5px 5px 5px;
}

div.change_currency table td a {
	display: block;
	clear: both;
	color: #4c4c4c;
	text-decoration: none;
	vertical-align: middle;
	height: 22px;
	border: solid 1px #ffffff;
}

div.change_currency table td a:hover, div.change_currency table td a.current{
	background: #f2f2f2;
	text-decoration: none;
	border: solid 1px #e5e5e5;
}

div.change_currency table td a span{
	display: block;
	clear: right;
	float: left;
	margin-top: 3px;
}

div.change_currency table td a span.s1{
	width: 35px;
	text-align: center;
}
div.change_currency table td a span.s1 img{
	clear: both;
	margin-top: 2px;
}
div.change_currency table td a span.s2{
	width: 40px;
	text-transform: uppercase;
}
div.change_currency table td a span.s3{
	padding-right: 10px;
	white-space: nowrap;
}




div.change_language{
	display: block;
	position: absolute;
	top: 95px;
	right: 0;
}





div.change_language a{
	display: block;
	float:left;
	margin: 2px 0 0 1px;
}

div.change_language img{
	width: 16px;
	height: 11px;
	border: solid 1px transparent;
}

div.change_language a.current img{
	border: solid 1px #cccccc;
}




















div.spacer{
	display: block;
	position: relative;
	clear: both;
	margin: 0;
	padding: 0;
}











/* content */


div#content{
	padding: 20px 0 40px 0;
}

div#content div.block_content{
	background: transparent url(/images/line_vertical_green.gif) 290px top repeat-y;
}
body#checkout div#content div.block_content{
	background: none;
}
body#order div#content div.block_content{
	background: none;
}
body#index div#content div.block_content{
	background: none;
}

div#content div.side_box{
	display: block;
	position: relative;
	float: left;
	width: 300px;
}

div#content span.arrow{
	display: block;
	position: absolute;
	bottom: 0;
	left: 286px;
	width: 15px;
	height: 15px;
	background: transparent url(/images/arrow_down_green.jpg) no-repeat;
}

div#content div.col{
	display: block;
	position: relative;
	float: right;
	width: 650px;
}

div#content div.col p{
	margin: 0 0 20px 0;
	padding: 0;
	text-align: justify;
}

div.side_box div.side_menu{
	display: block;
}
div.side_box div.side_menu a{
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 5px 0;
	font-size: 90%;
	color: #555555;
	text-decoration: none;
}
div.side_box div.side_menu a:hover{
	color: #333333;
	text-decoration: none;
}
div.side_box div.side_menu a.current{
	color: #3399ff;
	text-decoration: none;
}




div#content div.block_content p{
	text-align: justify;
}




/* content footer */

div#content_footer div.block_content{
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}

div#content_footer p{
	display: block;
	float: left;
	width: 22%;
	margin: 30px 0 30px 25px;
	padding: 0;
	font-size: 90%;
	text-align: left;
	color: #666666;
}

div#content_footer p b {
	color: #666666;
	display: block;
	clear: both;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 110%;
}

div#content_footer p a, div#content_footer p a:hover{
	color: #666666;
	text-decoration: none;
}








/* footer */

div#footer{
	padding: 10px 0 10px 0;
}

div#footer div.block_content{
	clear: both;
	padding: 10px 0 10px 0;
	text-align: center;
	color: #777777;
}






div#footer div.bottom_menu ul{
	display: block;
	float: left;
	width: 15%;
	margin: 0 0 0 45px;
	padding: 0;
	overflow: hidden;
}

div#footer div.bottom_menu ul li{
	list-style-type: none;
	text-align: left;
}

div#footer div.bottom_menu a{
	color: #666666;
	text-decoration: none;
	text-transform: lowercase;
	white-space: nowrap;
}

div#footer div.bottom_menu a:hover{
	color: #333333;
	text-decoration: none;
}

div#footer div.bottom_menu a.current{
	color: #333333;
	text-decoration: none;
}




div#footer small{
	font-size: 80%;
}

div#footer small{
	font-size: 80%;
}



















div.products{
	display: block;
	position: static;
	float: right;
}

div.products div.product{
	display: block;
	position: relative;
	float: left;
	width: 300px;
	height: 350px;
	margin: 0 0 20px 20px;
	padding: 0;
	border: dotted 1px #dddddd;
}

div.product div.image{
	margin: 20px 40px 0 40px;
}

div.product div.name{
	display: block;
	margin: 10px 0 0 0;
	padding: 0 20px 0 20px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}

div.product div.name a{
	color: #008000;
	text-decoration: none;
}

div.product div.price{
	display: block;
	position: absolute;
	top: 285px;
	width: 300px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}




div.products div.product div.buttons{
	display: block;
	position: absolute;
	top: 310px;
	width: 300px;
	text-align: center;
}

input.button{
	font-weight: bold;
}

input.buy_now{
	background: #ca8b08 url(/images/button_bg_yellow.gif) repeat-x;
	border-top: solid 1px #ffc23b;
	border-right: solid 1px #ca8b08;
	border-bottom: solid 1px #ca8b08;
	border-left: solid 1px #ca8b08;
}

input.more_info{
	background: #a2a2a2 url(/images/button_bg_gray.gif) repeat-x;
	border-top: solid 1px #b2b2b2;
	border-right: solid 1px #a2a2a2;
	border-bottom: solid 1px #a2a2a2;
	border-left: solid 1px #a2a2a2;
}


div.products_categories{
	display: block;
	float: left;
	width: 215px;
}


div.products_categories div.product_menu{
	padding: 0;
	background: #000000;
}
div.products_categories div.product_menu a{
	display: block;
	background: #1a1a1a;
	margin-bottom: 1px;
	padding: 10px 25px 10px 25px;
	color: #999999;
	font-weight: bold;
}
div.products_categories div.product_menu a:hover{
	background: #141414;
	color: #ffffff;
	text-decoration: none;
}
div.side_box div.product_menu a.current{
	background: #141414 url(/images/arrow_gray_right.gif) 195px center no-repeat;
	color: #ffffff;
	text-decoration: none;
}



div.product{
	display: block;
	position: static;
	float: right;
	width: 650px;
	margin: 0 0 20px 0;
}


h2.product_name{
	display: block;
	margin: 0 0 20px 0;
	padding: 10px 10px 10px 15px;
	background: #ececec;
	border-top: solid 1px #dddddd;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 140%;
}

div.product div.product_block{
	display: block;
	clear: both;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

div.product div.product_image{
	display: block;
	float: left;
	width: 242px;
	height: 242px;
	background: #141414;
}

div.product div.product_image a{
	display: block;
	margin: 10px;
	border: solid 1px #1a1a1a;
}

div.product div.product_image a img{
	border: none;
	width: 220px;
	height: 220px;
}


div.product div.product_info{
	display: block;
	float: right;
	width: 505px;
	height: 242px;
}


div.product div.product_info div.product_description{
	display: block;
	position: relative;
	float: left;
	width: 300px;
	height: 192px;
	margin: 5px 0 0 0;
	overflow: hidden;
}

div.product div.product_info table.product_variations{
	margin: 0 0 0 0;
	width: 100%;
}

div.product div.product_info table.product_variations th{
	padding: 10px 20px 0 20px;
	font-weight: normal;
	font-style: normal;
	text-align: left;
}

div.product div.product_info table.product_variations td{
	padding: 5px 20px 0 20px;
}

div.product div.product_info table.product_variations td select{
	width: 100%;
}
div.product div.product_info table.product_variations td input{
	vertical-align: middle;
	cursor: pointer;
}

div.product div.product_info span.description{
	display: block;
	margin: 20px 20px 0 20px;
	text-align: justify;
}

div.product div.product_info span.description_cover{
	display: block;
	position: absolute;
	width: 300px;
	height: 15px;
	bottom: 0;
	background: #141414;
}


div.product div.product_info table.add_to_cart{
	display: block;
	float: right;
	margin: 5px 0 0 0;
	width: 200px;
	height: 192px;
	background: #141414;
}

div.product div.product_info div.add_to_cart{
	display: block;
	position: absolute;
	right: 0;
	margin: 5px 0 0 0;
	width: 200px;
	height: 255px;
	background: #141414;
}

div.product div.product_info div.add_to_cart table{
	width: 100%;
}

/*
div.product div.product_info div.add_to_cart table th{
	padding: 15px 0 0 20px;
	font-weight: normal;
	font-style: normal;
	text-align: right;
}
div.product div.product_info div.add_to_cart table td{
	padding: 15px 20px 0 10px;
	font-weight: normal;
	font-style: normal;
	text-align: left;
}
*/


div.product div.product_info div.add_to_cart table td.price{
	padding: 15px 15px 0 0;
	text-align: center;
}

div.product div.product_info div.add_to_cart table td.price span{
	margin: 0 0 0 10px;
	font-size: 120%;
	font-weight: bold;
}


div.product div.product_info div.add_to_cart table td.price_variations{
	padding: 10px 20px 0 20px;
	font-size: 90%;
	text-align: center;
}

div.product div.product_info div.add_to_cart table td.price_variations span{
	display: block;
	white-space: nowrap;
}
div.product div.product_info div.add_to_cart table td.price_variations span.left{
	clear: left;
	float: left;
}
div.product div.product_info div.add_to_cart table td.price_variations span.right{
	float: right;
	clear: right;
	text-align: right;
}



div.product div.product_info div.add_to_cart table td.quantity{
	padding: 15px 15px 0 0;
	text-align: center;
}

div.product div.product_info div.add_to_cart table td.quantity select{
	margin: 0 0 0 5px;
}


div.product div.product_info div.add_to_cart table td.button{
	padding: 20px 0 0 0;
	text-align: center;
}

div.product div.product_info table.add_to_cart span.price{
	display: block;
	margin: 10px 0 0 0;
	font-weight: bold;
}


div.product div.info div.add_to_cart table.product_variations td label{
	cursor: pointer;
}

div.product div.product_info div.add_to_cart table td.out_of_stock{
	padding-top: 20px;
	color: #3399ff;
	font-weight: bold;
	text-align: center;
}





div.product div.product_thumbs{
	display: block;
	clear: both;
	position: static;
	width: 545px;
	height: 58px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: #141414;
}

div.product div.product_thumbs a{
	display: block;
	float: left;
	margin: 10px 0 0 10px;
	border: solid 1px #1a1a1a;
}

div.product div.product_thumbs a img{
	width: 36px;
	height: 36px;
}








table.tabs {
	display: table;
	clear: both;
	width: 100%;
	margin: 0 0 0 0;
}

table.tabs td.tab_links{
	display: block;
	position: relative;
	z-index: 1;
	height: 34px;
	border-left: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
}

table.tabs td.tab_links a:hover{
	text-decoration: none;
}

table.tabs td.tab_contents{
	padding: 10px;
	border-left: solid 1px #dddddd;
	border-right: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
}

table.tab_content {
	clear: both ;
	width: 100% ;
}

a.tab {
	display: block;
	position: relative;
	float: left;
	width: 150px;
	text-align: center;
	padding: 10px 0 10px 0;
	border-top: solid 1px #dddddd;
	border-right: solid 1px #dddddd;
	background: #eeeeee;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: -1px;
	z-index: 2;
}

a.tab_current {
	display: block;
	position: relative;
	float: left;
	font-weight: bold;
	color: #ffffff;
	width: 150px;
	text-align: center;
	padding: 10px 0 10px 0;
	margin: 0 0 -1px 0;
	border-top: solid 1px #dddddd;
	border-right: solid 1px #dddddd;
	color: #333333;
	text-decoration: none;
	background: #ffffff;
	z-index: 2;
	margin-bottom: -1px;
}

span#at15ptc{
	color: #333333;
}



input.quantity{
	background: none;
	border: solid 1px #dddddd;
	color: #333333;
	width: 40px;
	height: 20px;
	padding-left: 5px;
	text-align: center;
}

div.pagenumbers{
	display: block;
	clear: both;
	margin-left: 20px;
}
div.pagenumbers a{
	display: block;
	float: left;
	margin: 1px;
	padding: 2px 5px 2px 5px;
	background: transparent;
	border: solid 1px #eeeeee;
}
div.pagenumbers a.current{
	color: #333333;
	background: #eeeeee;
	border: solid 1px #cccccc;
}

