/* GENERAL */

body
{
	background: #a19f94 url(/images/background.jpg);
	font-family: Arial;
	font-size: 12px;
}

a, a:visited
{
	text-decoration: none;
	color: #584633;
}

a:hover
{
	text-decoration: underline;
	color: #584633;
}

h2
{
    color: #584633;
    font-weight: bold;
    font-family: Arial;
    font-size: 14px;
}

strong, b
{
    font-weight: bold;
}

.default_page .section p
{
    margin-bottom: 10px;
}

#top
{
	position: relative;
	width: 906px;
	height: 73px;
	
	margin: 20px auto 0 auto;
	
	background: url(/images/top.png);
}

#container
{
	width: 884px;
	background: white;
	margin: 0 auto;
	margin-top: -10px;
	
	border-left: 11px solid #baa77c;
	border-right: 11px solid #baa77c;
	border-bottom: 11px solid #baa77c;
}

#bottom
{
	width: 884px;
	margin: 0 auto;
}

#bottom ul li
{
	display: inline;
	line-height: 25px;
	margin-right: 5px;
}

#bottom ul
{
	float: right;
	margin-top: -209px;
	height: 25px;
	color: #584633;
	font-family: Arial;
}

#bottom ul li a, #bottom ul li a:visited
{
	text-decoration: none;
	color: #584633;
}

#bottom ul li a:hover
{
	text-decoration: underline;
	color: #584633;
}

#content
{
	width: 100%;
	padding: 10px;
}

.clear
{
	clear: both;
	line-height: 0;
}

#cleckshop
{
	position: relative;
	background: url(/images/cleckshop.png);
	width: 34px;
	height: 154px;
	
	top: 72px;
	left: -34px;
}

#logo
{
    position: absolute;
    width: 300px;
    height: 100px;
}

#language
{
	position: relative;
	width: 884px;
	margin: 0 auto 0 auto;
	top: 71px;
	left: 10px;
	z-index: 1000;
	height: 0;
    color: #000;
	text-indent: 0;
	vertical-align: top;
}

#language a, #language a:visited
{
    text-decoration: none;
    color: #000;
}

#language a:hover
{
    text-decoration: underline;
    color: #000;
}

#sandodist
{
	position: relative;
	background: url(/images/sandodist.png);
	width: 41px;
	height: 214px;
	
	top: -194px;
	left: 884px;
}

.number
{
	color: #fc9d2b;
	font-weight: bold;
	
}

#header
{
	background: url(/images/header.png);
	
	position: relative;
	
	width: 864px;
	height: 155px;
}

/* NAV _ MENU */

#navigation_menu
{
	width: 700px;
	height: 25px;
	
	float: right;
	
	margin-right: 10px;
	margin-top: 5px;
}

#navigation_menu ul
{
	float: right;
	
	font-family: Verdana;
	font-size: 12px;

	color: #b8a67d;
}

#navigation_menu ul li
{
	display: inline;
	margin: 0 3px 0 3px;
	line-height: 2em;
}

#navigation_menu ul li.active
{
	color: white;
}

#navigation_menu ul li a, #navigation_menu ul li a:visited
{
	font-weight: bold;
	color: #b8a67d;
	text-decoration: none;
}

#navigation_menu ul li a:hover
{
	font-weight: bold;
	color: white;
}

/* NAV _ LOGIN */

#navigation_login
{
	width: 500px;
	height: 25px;
	
	float: right;
	
	margin-right: 10px;
	margin-top: 63px;
}

#navigation_login ul
{
	float: right;
	
	font-family: Verdana;
	font-size: 12px;
	
	color: #b8a67d;
}

#navigation_login ul li
{
	display: inline;
	margin: 0 3px 0 3px;
	line-height: 2em;
}

#navigation_login ul li a, #navigation_login ul li a:visited
{
	color: #b8a67d;
	text-decoration: none;
}

#navigation_login ul li a:hover
{
	color: white;
}

/* NAV _ CART */

#navigation_cart
{
	width: 500px;
	height: 15px;
	
	float: right;
	
	margin-right: 10px;
	margin-top: 8px;
}

#navigation_cart ul
{
	float: right;
	width: 300px;
	margin-right: 0;
	
	font-family: Verdana;
	font-size: 11px;
	
	color: #b8a67d;
}

#navigation_cart ul li
{
	display: inline;
	float: right;
	text-align: right;
	margin: 0 3px 0 3px;
	line-height: 2em;
    font-weight: bold;
}

#navigation_cart ul li img
{
	vertical-align:middle;
	padding-bottom: 2px;
}

#navigation_cart ul li a, #navigation_cart ul li a:visited
{
	text-align: right;
    text-decoration: none;
    
	color: #b8a67d;
}

/* sections */

#sections
{
	width: 864px;
	height: 30px;
	
	margin-top: 10px;
	
    background: #493829;
	color: white;
	overflow: hidden;
}

#sections div
{
	float: left;
	line-height: 26px;
	font-family: impact;
	font-size: 19px;
	font-weight: normal;
	padding: 0 15px 0 15px;
}

#sections div.separator
{
	width: 10px;
	height: 30px;
	background: white;
	padding: 0;
}

#sections a, #sections a:visited
{
	color: #fff;
	text-decoration: none;
}

#sections a:hover
{
	color: #baa77c;
	text-decoration: none;
}


/* content */

.right_column
{
	float: left;
	width: 125px;
	
	margin-top: 10px;
	overflow: hidden;
}

.left_column
{
	float: left;
	width: 125px;
	
	margin-top: 10px;
	margin-right: 10px;
	
	overflow: hidden;
}

.centre_column
{
	float: left;
	width: 594px;

    height: 755px;
	
	margin-top: 10px;
	margin-right: 10px;
	
	overflow: hidden;
}

.centre_column_auto
{
    height: auto;
}

.section
{
	margin-bottom: 10px;
}

.section p
{
    line-height: 1.4em;
}

.section_last
{
	margin-bottom: 0;
}

.heading
{
	font-family: Arial;
	background: #baa77c url(/images/arrow.png) no-repeat;
	font-weight: bold;
	color: white;
	height: 19px;
    padding: 0;
	padding-left: 17px;
	line-height: 18px;
	font-size: 11px;
	margin-bottom: 10px;
    text-transform: lowercase;
}

div#search .heading
{
	background: #493829 url(/images/zoom.png) no-repeat;
	padding-left: 19px;
}

.heading
{
	font-family: Arial;
	background: #baa77c url(/images/arrow.png) no-repeat;
	font-weight: bold;
	color: white;
	height: 19px;
    padding: 0;
	padding-left: 17px;
	line-height: 18px;
	font-size: 11px;
	margin-bottom: 10px;
    text-transform: lowercase;
}

.heading_noimage
{
	font-family: Arial;
	background: #baa77c;
	font-weight: bold;
	color: white;
	height: 19px;
    padding: 0;
	padding-left: 17px;
	line-height: 18px;
	font-size: 11px;
	margin-bottom: 10px;
    text-transform: lowercase;
}

/* form */

.form_select
{
    float: left;

	width: 125px;
	height: 20px;
	
	border: 1px solid #000;
	color: #000;
	
	font-family: verdana;
	font-size: 10px;
	padding: 2px;
	
	margin-bottom: 10px;
}

input.form_submit {
	background:transparent url(/images/go.png) no-repeat scroll 0 0;
	color:#FFFFFF;
	cursor:pointer;
	float:right;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	border: 0;
	height:18px;
	margin:0;
	padding:0;
	text-align:center;
	text-transform:uppercase;
	width:22px;
	text-indent: -999em;
}

.selects
{
    float: left;
    width: 300px;
}

.select
{
    float: left;
    width: 145px;
    margin-bottom: 10px;
}
	
/* products */

ul.products
{
	width: 604px;
}

ul.products li
{
	float: left;
	margin: 0 10.5px 10.5px 0;
	
	font-family: Arial;
	font-size: 12px;
	line-height: 1.3em;

    width: 110px;
    height: 163px;

    overflow: hidden;
}

ul.products li a img
{
	display: block;
	border: 1px solid #bca97f;
	
	width: 108px;
	height: 108px;
	
	margin-bottom: 5px;
}

ul.products li a, ul.products li a:visited, ul.products li a:hover
{
	color: #000;
	text-decoration: none;
}

.product_name, .sale_date
{
	font-weight: bold;
}

.product_brand
{
    font-size: 11px;
    line-height: 1.4em;
}

.product_price
{
	font-weight: bold;
    color: #b8a67d;
}

.old_price
{
	color: #000;
    text-decoration: line-through;
	font-style: italic;
	font-weight: normal;
	font-size: 11px;
}

/* products detailed */

ul.additional_images
{
    float: left;
    
    width: 294px;
    height: 40px;
}

ul.additional_images li
{
    float: left;
    margin-right: 5px;
}

ul.additional_images li a img
{
	display: block;
	border: 1px solid #bca97f;
	
	width: 38px;
	height: 38px;
}

/* blog */

ul.blog
{
	margin: 0;
	padding: 0;

    height: 301px;
}

ul.blog li
{
	font-family: Arial;
	font-size: 11px;
}

ul.blog li.separator
{
	line-height: 0;
	height: 0;
	border-bottom: 1px dotted #bca97f;
	margin: 10px 0 10px 0;
}

ul.blog li a, ul.blog li a:visited
{
	color: #000;
	text-decoration: none;
}

ul.blog li a:hover
{
	color: #000;
	text-decoration: underline;
}

ul.blog li a.archive, ul.blog li a.archive:visited
{
	color: #b8a67d;
	text-decoration: none;
	font-weight: bold;
}

ul.blog li a.archive:hover
{
	color: #b8a67d;
	text-decoration: underline;
	font-weight: bold;
}

/* catgories */

.mainsection
{
    height: 330px;
}

div.pages
{
    display: block;
    height: 15px;
}

ul.categories
{
	margin-top: -4px;
}

#ajax_categories
{
  min-height:305px;
  height:auto !important;
  height:305px;
}

.back
{
    margin-top: 5px; border-top: 1px dotted #584633; padding-top: 5px
}

.back a
{
    color: #B8A67D; font-weight: bold;
}

ul.categories li.active, .brand
{
    line-height: 1.5em;
    font-family: Arial;
    font-weight: normal;
}

ul.categories li .brand a, ul.categories li .brand a:visited
{
    font-weight: normal;
    text-transform: none;
}

ul.categories li .brand_active a, ul.categories li .brand_active a:visited
{
    font-weight: normal;
    text-transform: none;
    text-decoration: underline;
}

ul.categories li.active a, ul.categories li.active a:visited, .brand a, .brand a:visited
{
	color: #000;
}

ul.categories li.active a:hover, .brand a:hover
{
	color: #000;
}

ul.categories li a, ul.categories li a:visited
{
	color: #b8a67d;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 1.5em;
	font-family: Arial;
	font-weight: bold;
}

ul.categories li a:hover
{
	color: #b8a67d;
	text-decoration: underline;
}

/* pages */

.pages
{
	float: right;
    font-weight: bold;
}

.pages a, .pages a:visited
{
	text-decoration: none;
	color: #000;
    font-weight: normal;
}

.pages a:hover
{
	text-decoration: underline;
	color: #000;
    font-weight: normal;
}

/* PRODUCT DETAILS */

#product_image
{
    float: left;

    width: 290px;

    margin-right: 10px;
}

#product_image img
{
	display: block;
	border: 1px solid #bca97f;
	
	width: 290px;
	height: 290px;
}

#product_details
{
    float: left;

    width: 294px;
    height: 252px;

    font-family: Arial;
    line-height: 1.5em;

    overflow: hidden;
}

#product_details .product_name
{
    font-weight: bold;
}

.price
{
    color: red;
    font-weight: bold;
}

.error
{
    margin-bottom: 10px;
    color: red;
    font-weight: bold;
}

.message
{
    margin-bottom: 10px;
    font-weight: bold;
}

table
{
    vertical-align: top;
}

table tr td
{
    padding: 5px;
    vertical-align: top;
    line-height: 1.5em;
}

table th
{
    padding: 5px;
    vertical-align: top;
    line-height: 1.5em;
}

table tr td.product_price, table tr td.product_quantity, table tr td.product_specs, table tr td.product_remove
{
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    width: 100px;
    padding: 0;
}

table tr td.product_remove
{
    width: 30px;
}

table tr td.product_name
{
    width: 300px;
    vertical-align: middle;
    text-align: center;
}

table tr td.total_price
{
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    background: #7f6542;
    color: #ffffff;
}

table tr td.total_heading
{
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    color: #7f6542;
}


table tr td
{
    border-top: 1px solid #baa77c
}

/* table */

table .cart
{
    width: 100%;
}

table .product_name
{
    width: 200px;
}

table .product_image a img
{
	display: block;
	border: 1px solid #bca97f;
	
	width: 108px;
	height: 108px;
	
	margin-bottom: 5px;
}


/* form */


ul.form
{
	list-style: none;
}

ul.form li
{
	display: block;
	clear: both;
}

.form label
{
	float: left;
	width: 180px;
	
	font-family: Arial;
	font-size: 12px;
	
	margin-bottom: 20px;

    text-transform: lowercase;
    color: #7f6542;
    font-weight: bold;
    text-align: right;
    margin-right: 20px;
    margin-top: 3px;

    clear: both;
}

.form input, .form textarea, .form select
{
	display: block;
	margin-bottom: 20px;
    border: 1px solid #000;
    padding: 2px;
    font-size: 11px;
    font-family: Arial;
    
}

#sf_guard_user_id
{
    display: none;
}

ul.error_list
{
	list-style: none;
	color: red;
	margin: 0 0 0 200px;
	padding: 0;
    text-transform: lowercase;
    font-weight: bold;
}

/* profile */

.button
{
    float: left;
    width: 160px;    
    height: 28px;

    line-height: 28px;
    vertical-align: middle;
}

.button a, .button a:visited
{
    color: #f49624;
    font-weight: bold;
    text-decoration: none;
    line-height: 2em;
    line-height: 28px;
    vertical-align: middle;
}

.button a:hover
{
    text-decoration: underline;
}

.button img
{
    float: left;
    margin-right: 5px;
    vertical-align: middle;
}

/* banners */

#banner_position_3
{
    width: 125px;
    height: 212px;

    overflow: hidden;
	
	margin: 0 0 13px 0;
	padding: 31px 0 0 0;
}

#banner_position_3 img
{
	width: 125px;
	height: 212px;
	margin: 0;
}

/* tag cloud */

    small small { font-size: 0.6em; font-weight: 100; }
    small       { font-size: 0.8em; font-weight: 300; }
    big         { font-size: 1.4em; font-weight: 500; }
    big big     { font-size: 1.8em; font-weight: 700; }

    .tag-cloud a.tag1 { font-size: 0.7em; font-weight: 100; }
    .tag-cloud a.tag2 { font-size: 0.8em; font-weight: 200; }
    .tag-cloud a.tag3 { font-size: 0.9em; font-weight: 300; }
    .tag-cloud a.tag4 { font-size: 1.0em; font-weight: 400; }
    .tag-cloud a.tag5 { font-size: 1.2em; font-weight: 500; }
    .tag-cloud a.tag6 { font-size: 1.4em; font-weight: 600; }
    .tag-cloud a.tag7 { font-size: 1.6em; font-weight: 700; }
    .tag-cloud a.tag8 { font-size: 1.8em; font-weight: 800; }
    .tag-cloud a.tag9 { font-size: 2.2em; font-weight: 900; }
    .tag-cloud a.tag10 { font-size: 2.5em; font-weight: 900; }

    .tag-cloud { padding: 2px; line-height: 3em; }
    .tag-cloud a { padding: 0px; }

    .tag-cloud { margin: 0; }
    .tag-cloud li { display: inline; }

    .tag-cloud a, .tag-cloud a:visited
    {
        text-decoration: none;
        color: #000;
    }

    .tag-cloud a:hover
    {
        text-decoration: underline;
    }

/* city select box
 */

.form input#sf_guard_user_city_id
{
    display: block;
    clear: both;
    top: 100px;
}

#sf_guard_user_city_id_container
{
    position: relative;
    top: -10px;
    height: 110px;
    overflow: auto;
}

#skype_link
{
    float: left;
    margin: 30px 0 0 810px;
    width: 25px;
    height: 25px;
}

#facebook_link
{
    float: left;
    margin: 30px 0 0 5px;
    width: 25px;
    height: 25px;
}

#myspace_link
{
    float: left;
    margin: 30px 0 0 5px;
    width: 25px;
    height: 25px;
}

.form
{
	width: 500px;
}

.form .jquery-selectbox
{
	position: relative;
	margin-top: 0px;
	float: left;
	display: block;
	margin-bottom: 20px;
	margin-right: 50px;
}

#sf_guard_user_phone
{
	margin-top: 60px;
	display: block;
}
