/*-----------------------------------------------------------------------------------------------
  Global Styles
-----------------------------------------------------------------------------------------------*/

* {
	padding:0;
	margin:0;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:1em 0; }
fieldset { padding: .5em; }
select option{ padding:0 5px; }
hr {
	margin: 5px 0px;
	color: #f3efe6;
	background: #f3efe6;
}
.hrow {
	width: 100%;
	border-bottom: 1px solid #f3efe6;
	margin: 10px 0px;
}
.hide{ display:none; }
.left{ float:left; }
.right{ float:right; }
.clear{ clear:both; height:1px; font-size:1px; line-height:1px; }
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
a img { border:none; }

/*-----------------------------------------------------------------------------------------------
  Main Layout
-----------------------------------------------------------------------------------------------*/

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#737373;
	background: url(images/background.png) #ebd1c8;
	padding: 0px;
	padding-bottom: 100px;
	margin: 0px;
	text-align: center;
}

#header{
	width: 100%;
	height: 91px;
	line-height: 91px;
	background: url(images/header_background.png) repeat-x;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 99;
	text-align: left;
}

#header .content {
	width: 862px;
	margin: 0px auto;
}

#header .logo {
	margin-left: 16px;
	margin-top: 2px;
	float: left;
}

#header .top_nav {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
	height: 83px;
	line-height: 83px;
	margin-right: 22px;
}

#header .top_nav li {
	background: url(images/top_nav_background.gif) repeat-x;	
	margin: 0px;
	margin-left: 20px;
	padding: 2px;
	border: 0px;
	display: inline;
	float: right;
	height: 21px;
	line-height: 21px;
	margin-top: 29px;
}

#header .top_nav li a {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #735e2c;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px dashed #8b7e65;
	padding: 0px 5px;
}

#checkout {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #251a0c;
	width:820px;
	margin:0px auto;
	margin-bottom: -59px;
	margin-top: 30px;
	text-align: left;
}

#wrapper{
	background: url(images/header2_background.png) no-repeat;
	padding-top: 11px !important;
	width:876px;
	margin: 0px auto;
	margin-top: 59px;
	padding: 0px;	
	text-align: left;
}

#content{
	width:840px;
	margin:0px auto;
	padding: 20px 18px;
	background: url(images/main_bg.png) repeat-y;
}

/*-----------------------------------------------------------------------------------------------
  Header
-----------------------------------------------------------------------------------------------*/

.path {
	margin-left: 20px;
	float: left;
}

.cart-status {
	font-size: 10px;
	float: right;
	color: #624a2d;
	margin-right: 20px;
}

#collection_nav {
	font-size: 16px;
	font-style: italic;	
	color: #502032;
	width: 100%;
	height: 29px;
	line-height: 29px;
	background: url(images/collection_background.gif) repeat-x;
	margin-top: 10px;	
}
#collection_nav .left_ribbon {
	position: relative;
	float: left;
	margin-top: -6px;
	margin-left: -18px;	
}
#collection_nav .right_ribbon {
	position: relative;
	float: right;
	margin-top: -6px;
	margin-right: -18px;
}
#collection_nav a {
	color: #fff0ef;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	text-decoration: none;
	margin: 0px 11px;
}

#collection_nav a:hover {
	text-decoration: underline;
}

#search{
	width:250px;
	float: right;
	text-align: right;
	margin-right: 20px;
}
#search form {
	margin: 0px;
	padding: 0px;
}
#search button{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:bold;
	background: none;
	color: #ffffff;
	font-style: italic;
	border: 0px;
}
#search input{
	width:150px;
	padding: 2px 5px;
	font-size: 10px;
	color: #4c4c4c;
	border: 0px;
}

/*-----------------------------------------------------------------------------------------------
  Main Section
-----------------------------------------------------------------------------------------------*/
#flash {
	display: block;
	width: 840px;
	height: 370px;
}

.sidebar {
	width:180px;
	margin: 20px;
	border: 1px solid #eeeeee;
	padding: 1px;
}

.sidebar li {
	list-style: none;
}

.sidebar li a {
	background: #f0e9da;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style:italic;
	color: #735e2c;
	width: 100%;
	display: block;
	height: 27px;
	line-height: 27px;
	border-bottom: 1px dotted #b9b09b;
}
.sidebar li a:hover, .sidebar li a.active {
	background:  #f0f0f0;
	text-decoration: none;
}
.sidebar li a .active {
	text-decoration: underline !important;
}

.sidebar li.no_bottom a {
	border-bottom: 0px !important;
}
.sidebar li img {
	margin: 9px 10px;
}

.main{
	width: 596px;
	margin: 10px 0px 0px 226px;
}
#main_label {
	width: 100%;
	margin-bottom: 15px;
}
#main_label h1 {
	font-size: 42px;
	font-weight: normal;
	color: #624a2d;
	font-style: italic;	
	border-bottom: 1px solid #e2d8c1;
	margin: 0px;
}

/*-----------------------------------------------------------------------------------------------
  General Text & Stylings
-----------------------------------------------------------------------------------------------*/

a{
	font-size: 10px;
	color:#624a2d;
	text-decoration:none;
	outline:none;
}
a:hover{
	color:#ba587d;
	text-decoration: underline;
}

a.pink {
	color:#ba587d;
}

h3 {
	color: #262626;
	font-size: 14px;
}

form {
	padding: 0px;
	margin: 0px;
}

form td {
	padding-bottom: 10px;
}

.button {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	background: #f0e9da;
	color: #735e2c;
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px 10px;
}

.text, .text td {
	line-height: 18px;
}

.text a {
	font-size: inherit;
}

.hlit {
	color: #624a2d;
}

.iOK {
	border: 1px solid #009900;
}
.iKO {
	border: 1px solid #cc0000;
}

/*-----------------------------------------------------------------------------------------------
  Product page
-----------------------------------------------------------------------------------------------*/

.product{
	width:173px;
	float:left;
	margin-right: 17px;
	margin-bottom: 10px;
}
.no_margin {
	margin-right: 0px !important;
}
.prod_image {
	width: 100%;
	height: 120px;
	display: block;
	text-align: center;
	border: 1px solid #e6e5e2;
	padding: 1px;
	padding-top: 43px;
	padding-bottom: 25px;
}
.prod_image:hover {
	border: 1px solid #ba587d;
}

.product h4 {
	color: #624a2d;
	margin: 10px 0px 4px 0px;
}
.product .price {
	color: #7a7a7a;
	margin-bottom: 4px;
}
.sale {
	text-decoration: line-through;
	color: #cc0000 !important;
}
.product .color_box {
	width: 14px;
	height: 14px;
	display: block;
	border: 1px solid #e6e5e2;
	padding: 1px;
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
}

.product_dett .prod_images {

}

#pimage {
	padding: 1px;
	border: 1px solid #e6e5e2;
	text-align: center;
	width: 590px;
	margin-bottom: 10px;
}
#pimage:hover {
	border: 1px solid #ba587d;
}
#pimage .zoom {
	
}
.product_dett .prod_images .pimage_small {
	float: left;
	margin-right: 10px;
	padding: 1px;
	border: 1px solid #e6e5e2;
}

#thumb_image a {
	width: 58px;
	padding: 1px;
	border: 1px solid #e6e5e2;
	float: left;
	margin-right: 5px;
}
#thumb_image a:hover {
	border: 1px solid #ba587d;
}

.product_dett .details {
	margin-left: 0px;
	margin-right: 5px;
	margin-top: 70px;
}

.product_dett .details h2 {
	color: #624a2d;
	padding: 0px;
	padding-bottom: 8px;
	margin: 0px;
	margin-bottom: 8px;
	border-bottom: 1px solid #f3efe6;
}
.product_dett .prize {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333333;
	float: left;
}
.product_dett .add {
	float: right;
}
.product_dett .out {
	font-style: italic;
	color: #cc0000;
}
.product_dett .price_action {
	height: 26px;
	line-height: 26px;
}

/*-----------------------------------------------------------------------------------------------
  Cart
-----------------------------------------------------------------------------------------------*/

#cart {
	padding: 0px 22px;
}
#shop_cart {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #7a7a7a;
	padding: 0px;
	margin: 0px;
	width: 100%;
}
#shop_cart .labels td {	
	font-weight:bold;	
	padding: 4px 0px !important;
}
#shop_cart td {
	padding: 10px 0px;
	border-bottom: 1px solid #f3efe6;
}
#shop_cart .article, #shop_cart .remove {
	color: #624a2d;
	text-decoration: none;
}
#shop_cart input {
	width: 50px;
}
#shop_cart .price {
	font-weight: bold;
	color: #ac5375;
	text-align: right;
}
#shop_cart .actions {
	padding: 15px 0px;
}

/*-----------------------------------------------------------------------------------------------
  Checkout page
-----------------------------------------------------------------------------------------------*/
.checkout {
	padding: 0px 22px;
}

.co_prod {
	width: 70px;
	text-align: center;
	margin: 5px;
	float: left;
}
.co_prod .image {
	margin: 0px auto;
	width: 32px;
	height: 32px;
	padding: 1px;
	border: 1px solid #e6e5e2;
	margin-bottom: 5px;
}

.checkout .box {
	background: #f7f7f7;
	border: 1px solid #cdcdcd;
	padding: 10px 6px;
	width: 776px;
	margin-top: 20px;	
	font-weight: bold;
	color: #333333;
}

.checkout .total {
	text-align: right;
	color: #b45479;
	font-size: 14px;
}

.checkout .title {
	font-size: 14px;
	border-bottom: 1px solid #dddddd;
}

.checkout .row td {
	padding: 3px 5px;
	vertical-align: text-bottom;
}

.checkout .input {
	border: 1px solid #cdcdcd;
	font-size: 12px;
	padding: 3px;
	margin-top: 10px;
}
.checkout .error {
	border-color: #cc0000;
}
.checkout .email {
	font-size: 16px;
}
.checkout .footer_action {
	text-align: right;
	margin-top: 20px;
	padding: 0px 5px;
}
.checkout .footer_action a {
	margin-left: 10px;
}
/*-----------------------------------------------------------------------------------------------
  Others page
-----------------------------------------------------------------------------------------------*/
.shop_name {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333333;
	padding-bottom: 3px;
}
.shop_links {
	text-align: right;
	color: #666666;
	padding-bottom: 3px;
}
.shop_image {
	padding-top: 1px;
	border-top: 1px solid #8f836a;
	padding-bottom: 6px;
}
.shop_street {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-bottom: 25px;
}

.size_type {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 5px;
}
.TB_sizes {
	background: #e6e5e2;
}
.TB_sizes td {
	text-align: center;
	vertical-align: middle;
	padding: 5px 0px;
	background: #ffffff;
}
.TB_sizes .title td, .TB_sizes td.title {
	background: #fafafa;
	font-weight:bold;
}
.event {
	float: left;
	margin-bottom: 20px;
	width: 100%;
}

#contact .input {
	border: 1px solid #cdcdcd;
	font-size: 12px;
	padding: 3px;
}
#contact .err {
	border-color: #cc0000;
}

/*-----------------------------------------------------------------------------------------------
  Footer
-----------------------------------------------------------------------------------------------*/

#footer {
	background: url(images/main_bg.png) repeat-y;
	background-position: top center;
	padding: 0px 16px;
}
.footer_separator {
	background: url(images/footer_separator.png) no-repeat;
	width: 840px;
	height: 19px;
	display: block;
	margin: 0px auto;
	margin-bottom: 15px;	
}
#bottom_nav {
	margin-left: 20px;
	width: auto;
	color: #624a2d;
	float: left;
}
#bottom_nav a {
	color: #624a2d;
	text-decoration: none;
}
#bottom_nav a:hover {
	color: #ba587d;
	text-decoration: underline;
}
#newsletter {
	background: #ffffff;
	margin-left: 20px;
	float: left;
}
#newsletter label {
	font-size: 10px;
	color: #737373;
}
#newsletter input {
	font-size: 10px;
	color: #4c4c4c;
	width: 130px;
	padding: 3px 5px;
	border: 1px solid #dedede;
	background: #ebebeb;
	border-top-color: #cdcdcd;
	border-bottom-color: #ebebeb;
}
#newsletter a {
	margin-left: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #ab5f7c;
	font-weight: bold;
}
#footer_shadow{
	background: url(images/footer_background.png) no-repeat;
	background-position: center;
	width: 876px;
	height: 24px;
	margin: 0px auto;	
}
#copy {
	text-align: center;
	font-size: 11px;
	color: #737373;
}
.addthis_toolbox {
	padding-left: 20px;
	float: left;
}
