*.clear {
	height: 0;
	font-size: 1px;
	line-height: 1px;
	visibility: hidden;
	clear: both;
}

body {
	font-family: Arial;
	margin: 0;
	background-image: url(../images/body_bg.png);
	background-repeat: repeat-x;
	font-size: 12px;
}

img {
	display: block;
}

a {
	color: #8A0317;
}

a img {
	border: none;
}

#page {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

#header {
	height: 107px;
	margin: 0;
	padding: 0;
	border-bottom	: 3px solid black;
}

a#logo {
	float: left;
	width: 158px;
	height: 80px;
	margin: 13px 0 0 15px;
	padding: 0;
	text-indent: -5000px;
	background-image: url(../images/logo.png);
}

#cart {
	float: right;
	width:  231px;
	height: 50px;
	margin: 10px;
	font-size: 11px;
	background: url(../images/cart_bg.png);
}

#links {
	padding: 6px 0 5px 12px;
	color: #fce667;
}

#links a {
	padding-right: 7px;
}

#items {
	float: left;
	padding: 6px 0 5px 12px;
}

#checkout {
	padding: 6px 8px 5px 5px;
	float: right;
}

#menu {
	display: inline-block;
	height: 33px;
	margin: 70px 0 0 32px;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
	height: 33px;
	list-style: none;
	float: left;
	margin: 4px 14px 0 14px;
	padding: 0;
}

#menu li:hover {
	background-image: url(../images/menu_item_bg.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}

#menu a {
	font-size: 16px;
	text-decoration: none;
	font-family: Georgia, sans-serif;
	color: black;
	margin: 0;
	padding: 0px 5px;
}

#menu a:hover {
	color: #999;
}

#search {
	position: absolute;
	top: 73px;
	left: 719px;
	border: 1px solid #eeeeee;
}

#search fieldset {
	display: block;
	border: 0;
	margin: 0;
	padding: 0;
}

#search input {
	float: left;
	color: #333;
}

#search_field {
	width: 208px;
	border: 0;
}

#breadcrumbs {
	font-size: 14px;
	padding: 12px 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

#breadcrumbs span {
	color: #ccc;
}

#breadcrumbs #infoline {
	float: right;
	padding-left: 22px;
	background: url(../images/phone.png) no-repeat;
}

#key_visual {
	clear: both;
	height: 320px;
	border-bottom: 3px solid black;
	background: url(../images/key_visual.jpg);
}

#top_offers {
	clear: both;
	float: right;
	font-size: 11px;
	line-height: 18px;
	width: 576px;
	height: 110px;
	background: white;
}

#top_offers h3 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: normal;
	color: #e5bf33;
}

#top_offers p {
	color: #333;
}

#top_offers #daily {
	float: left;
	width: 364px;
	margin: 10px;
}

#top_offers #daily img {
	margin: 15px 10px 0 0;
	float: left;
}

#top_offers #bestsellers {
	float: right;
	width: 170px;
	margin: 10px;
}

#bestsellers ul{
	padding: 0;
	list-style: none;
	line-height: 18px;
}

#calendar {
	width: 170px;
	height: 180px;
	float: right;
	margin: 10px 10px 10px 0;
	background: #f3ebdb;
}

#slide_menu {
	height: 175px;
}

#sidebar {
	float: left;
	width: 192px;
}

#categories {
	list-style: none;
	margin: 0;
	padding: 0;
	background-image: url(../images/categories_bg.png);
	background-repeat: repeat-y;
}

#categories ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#categories a {
	display: block;
	padding: 4px 16px;
	margin-right: 14px;
	margin-left: 4px;
	border-top: 1px solid #f9d32c;
	border-bottom: 1px solid #e8b32f;
	color: black;
	font-family: georgia;
	font-size: 14px;
	text-decoration: none;
}

#categories a:hover {
	text-decoration: underline;
}

#categories ul a { margin-right: 14px; padding-left: 30px; background-image: url(../images/categories_list_style.png); background-repeat: no-repeat; background-position: 17px center;}
#categories ul li ul li a { padding-left: 55px; background-position: 40px}

#categories li.active span {
	display: block;
	background-image: url(../images/categories_hover_background.png);
	background-repeat: no-repeat;
	background-position: 0 center;
	border: none;
}

#categories li.active span a{
	border-top: 1px solid #fde827;
	border-bottom: 1px solid #dda92d;
}

#categories_header {
	height: 3px;
	background: url(../images/categories_header_bg.png) no-repeat;
}

#categories_footer {
	height: 3px;
	background: url(../images/categories_footer_bg.png) no-repeat;
}

.ad_button {
	margin: 10px 0;
}

#content {
	float: right;
	width: 758px;
	color: #666;
	overflow: hidden;
	margin-bottom: 20px;
}

#content  img {
	display: inline;
}

#content fieldset {
	border: 1px solid #ddd;
	padding: 20px 20px;
}

h1, h2, h3, h4, h5, h6 {
	color: black;
	font-family: georgia;
	font-weight: normal;
}

h1 {
	font-size: 20px;
	margin: 5px 0;
}

h3 {
	font-size: 16px;
	margin: 10px 0;
}

h4 {
	font-size: 15px;
	margin: 10px 0;
}

h5 {
	font-size: 14px;
	margin: 10px 0;
}

h6 {
	font-size: 12px;
	margin: 10px 0;
}

p {
	line-height: 18px;
}

#content ul {
	line-height: 18px;
	list-style: none;
	padding-left: 10px;
}

#content ul li {
	padding-left: 10px;
	background-image: url(../images/list_style.png);
	background-position: 0 7px;
	background-repeat: no-repeat;
}

.line {
	height: 1px;
	border-top: 1px solid #eee;
}

table {
	border: 0px solid #ccc;
	border-collapse:collapse;
}

th, td {
	border: 0px solid #ccc;
	border-collapse: collase;
	
}

#print {
	display: inline;
	float: right;
	font-size: 12px;
	padding-left: 22px;
	margin: 7px 10px;
	background: url(../images/print.png) no-repeat;
}

/* Listing product */

.listing {
	width: 768px;
}

.listing .product {
	float: left;
	width: 172px;
	height: 190px;
	margin: 0 20px 10px 0;
	text-align: center;
	color: #666;
	font-size: 11px;
	line-height: 18px;
}

.product a {
	font-family: Georgia;
	font-weight: normal;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}

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

.product img {

	margin: 10px auto;
}

/* End of listing product */

/* Product */

#images {
	float: left;
	width: 364px;
	padding: 20px 0;
	text-align: center;
}

#images img {
	display: inline;
	margin: 5px;
}

#images  #main {
	display: block;
	margin: 0 auto;
}

#description {
	float: right;
	width: 364px;
}

#catalog_no {
	color: #ccc;
	font-size: 11px;
	margin: 5px 0;
}

#price {
	color: #f4bb32;
	font-size: 19px;
}

#add_to_cart {
	display: block;
	margin: 10px 0;
}

/* End of product */

#footer {
	clear: both;
	font-size: 12px;
	border-top: 1px solid #ccc;
	background-image: url(../images/payment_methods.png);
	background-repeat: no-repeat;
	background-position: 680px 15px;
}

#footer .footer_menu {
	font-weight: normal;
	margin: 10px;
}

#footer h6 {
	display: inline;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
}

#footer ul {
	display: inline;
	list-style: none;
	padding: 0;
}

#footer ul li{
	display: inline;
	margin: 0;
	padding: 0 7px;
	border-right: 1px solid #ddd;
	list-style: none;
}

#footer ul li.last {
	border: 0;
}

#footer #bar {
	clear: both;
	height: 19px;
	padding: 8px 10px 8px 10px;
	color: #ccc;
	background: black;
}

#footer #bar a {
	color: white;
}

#quick_contact {
	float: left;
}

#footer #bar span{
	font-size: 16px;
	color: #f4bd31;
	margin-right: 10px;
}

#newsletter {
	float: right;
}

#newsletter div {
	float: right;
	margin-top: 3px;
}

#newsletter form {
	float: left;
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 0;
	height: 19px;
}

#newsletter fieldset {
	display: block;
	border: 0;
	margin: 0;
	padding: 0;
}

#newsletter input {
	float: left;
	margin: 0;
	padding: 0;
}

#newsletter #email {
	height: 19px;
	border: 0;
	margin: 0;
	padding: 0;
        font-size:12px;
        width:140px;
        color:#666;
    
}
#email input {
        text-align: center;
}
#newsletter  span {
	display: block;
	float: left;
	margin-top: 1px;
}

#copyrights {
	float: left;
	margin-left: 15px;
	font-size: 11px;
	color: #999;
        font-weight: bold;
}

#credits {
	float: right;
	margin-right: 2px;
	font-size: 11px;
	color: #999;
        font-weight: bold;
}
#credits a {
    color:#999;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
    font-family: Tahoma;
    padding: 2px;
}
#credits a:hover {
    color: #6b8aff;
    text-decoration: underline;
}


/* Paginator */

#paginator {
	clear: both;
	border: 1px solid #eee;
	font-size: 12px;
	padding: 8px 10px;
	margin: 10px 0;
}

#paginator ul {
	display: inline;
	margin: 0 40px 0 0;
	padding: 0;
}

#paginator ul li 	{
	display: inline-block;
	background: none;
	padding: 0;
	background-image: none;
}

#paginator ul li  a {
	display: block;
	padding: 2px 0;
	width: 20px;
	height: 16px;
	text-align: center;
}

#paginator ul li  a#active {
	text-decoration: none;
	color: black;
	border: 1px solid #eec92a;
	border-top: 1px solid #fde726;
	border-bottom: 1px solid #dfab2d;
	background-image: url(../images/paginator_bg.png);
}

#paginator #previous  {
	text-indent: -9999px;
	background-image: url(../images/paginator_previous_bg.png);
}

#paginator #next  {
	text-indent: -9999px;
	background-image: url(../images/paginator_next_bg.png);
}

#paginator .button:hover {
	background-position: 40px;
}

#paginator .inactive, #paginator .inactive:hover {
	background-position: 20px;
}

#paginator #sort_priority{
	float: right;
	margin: 0 0 0 40px;
}

#paginator form {
	display: inline;
}

.shop_image {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.shop_info {
    margin-bottom: 20px;
} 

/* End of paginator */