html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	background: white;
	width: 100%;
	height: 100%;
	text-align: center;
}

img {
	display: block;
	border: none;
}

img.inline {
	display: inline;
}

form, fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, select, textarea {
	font-size: 10px;
}

div, p, ul, li, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}

div, p {
	text-align: left;
}

ul {
	list-style: none;
}

h1, h2, h3, h4 {
	padding-bottom: 15px;
	font-weight: bold;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

p {
	padding-bottom: 9px;
}

small {
	font-size: 10px;
}

a, a:link, a:visited {
	color: black;
}

a:hover, a:active {
	color: gray;
}

blockquote {
	border-left: solid 5px #c00;
	margin: 3px 0 9px 9px;
	padding: 3px 0 3px 9px;
}

.right {
	float: right;
}

.left {
	float: left;
}

.center {
	text-align: center;
}

.center * {
	margin: auto;
}

.clear {
	clear: both;
}

.large {
	font-size: 14px;
}

.small {
	font-size: 10px;
}

.grey {
	color: #999;
}

#container {
	margin: 0 auto;
	width: 1000px;
}

#header {
	width: 1000px;
}

#header.main {
	padding-top: 18px;
}

#logo {
	padding: 0 21px;
}

#menu {
	float: right;
	margin-right: 9px;
}

#main-promo {
	width: 1000px;
}

#main-promo img.promo {
	display: inline;
	float: left;
}

#main-promo img.promo-right {
	float: right;
}

#main-promo img.banner {
	display: inline;
	padding-top: 30px;
}

#main-promo img.promo-online {
	float: right;
	margin-top: 36px;
}

#cart {
	width: 201px;
	height: 23px;
	margin: 15px 33px;
	padding: 10px 0 0 30px;
	font-size: 9px;
	white-space: nowrap;
	{/literal}background: url('{$smarty.const.IMG_URL}cart_bg.gif') no-repeat;{literal}
}

#cart.main {
	margin: 0 33px 0 0;
}

#cart a {
	text-decoration: none;
	color: #333;
}

#cart strong {
	color: #999;
	padding-right: 3px;
}

#cart span {
	color: #c00;
	font-weight: bold;
}

#cart-list {
	list-style: none;
}

#cart-list li {
	padding: 9px;
	border-top: solid 1px #eee;
	zoom: 1;
}

#cart-list li.last {
	border-bottom: solid 1px #eee;
}

#cart-list li div.description strong {
	display: block;
}

#cart-list li div.description span {
	color: #999;
	font-size: 11px;
}

#cart-list li div.price {
	margin-top: 9px;
	float: right;
	width: 90px;
	text-align: right;
}

#cart-list li div.remove {
	margin-top: 9px;
	float: right;
	width: 120px;
	text-align: center;
	font-size: 11px;
}

#cart-list li div.upgrade {
	margin-top: 3px;
	padding-left: 15px;
	{/literal}background: url('{$smarty.const.IMG_URL}star.gif') center left no-repeat;{literal}
}

#cart-list li div.upgrade a {
	text-decoration: none;
	font-size: 11px;
	border-bottom: dashed 1px #ccc;
}

#cart-totals {
	background: #f8f8f8;
	color: #555;
	text-align: right;
}

#cart-totals table {
	margin: 9px 129px 9px 9px;
}

#cart-totals table span.large {
	font-size: 14px;
}

#cart-totals table span.large strong {
	color: #c00;
}

#cart-info {
	margin: 3px 3px 15px 3px;
	zoom: 1;
}

#cart-info ul {
	list-style: disc inside;
}

#cart-info ul li {
	color: #555;
	font-size: 11px;
	font-weight: bold;
}

#cart-buttons {
	float: right;
	padding: 12px;
}

#cart-buttons img {
	display: inline;
	margin-left: 15px;
}

#cart-border {
	border: dotted 1px #ccc;
	margin: 0 15px 30px 0;
	padding: 9px;
}

#cart-checkout-list {
	list-style: none;
	padding: 0 30px;
}

#cart-checkout-list li {
	margin: 15px 0;
}

#cart-checkout-list li span {
	float: right;
}

.cart-checkout-totals {
	text-align: right;
	background-color: #f8f8f8;
	padding: 15px;
}

.margin-top {
	margin-top: 15px;
}

.cart-info-form {
	width: 100%;
	padding-bottom: 15px;
}

.cart-info-form span {
	color: #900;
}

.cart-info-form input, .cart-info-form select, .cart-info-form textarea {
	width: 90%;
	display: block;
}

#cart-also-buy div.title {
	background-color: #cfd3d8;
	color: #696969;
	font-size: 11px;
	padding: 6px 0 6px 30px;
	margin-bottom: 15px;
}

#cart-also-buy div.arrow {
	height: 13px;
	{/literal}background: #fff url('{$smarty.const.IMG_URL}add_img.gif') no-repeat;{literal}
}

#cart-also-buy ul {
	list-style: none;
}

#cart-also-buy ul li {
	float: left;
	width: 25%;
	margin: 0 9px;
	padding: 0 15px;
	border-right: solid 1px #ccc;
}

#cart-also-buy ul li.last {
	border: none;
}

#cart-also-buy ul li img {
	margin-bottom: 9px;
}

#cart-also-buy ul li a em {
	font-style: normal;
	color: #c00;
}

#cart-also-buy ul li span {
	color: #c00;
	font-size: 14px;
	font-weight: bold;
}

#cart-also-buy ul li p {
	margin-top: 6px;
}

.notes {
	padding: 0 15px;
	margin-top: 30px;
}

.notes p {
	font-size: 11px;
	margin: 15px 0;
}

#checkout-block {
	margin: 0 90px;
}

#error-block {
	margin-bottom: 30px;
	padding: 9px 15px 0 15px;
	border: dotted 1px #ccc;
}

#error-block h1 {
	color: #900;
}

#error-block div p {
	color: #900;
}

#shipping_methods_form, #billing_form, #shipping_form, #card_form, #captcha_form {
	margin-bottom: 30px;
}

#checkout-buttons {
	margin: 15px;
}

#checkout-buttons a img {
	display: inline;
}

#checkout-buttons input.right {
	float: right;
}

#search {
	width: 375px;
	height: 33px;
	margin: 15px 33px;
	padding-top: 7px;
	{/literal}background: url('{$smarty.const.IMG_URL}search_bg.gif') no-repeat;{literal}
}

#search.main {
	margin: 0 33px;
}

#search input.search {
	margin: 0 9px 0 130px;
	vertical-align: top;
	width: 100px;
}

#left-column {
	float: left;
	width: 231px;
}

#right-column {
	float: right;
	width: 755px;
}

#content {
	width: 740px;
	margin-right: 15px;
}

#products {
	width: 231px;
	margin: 0;
	padding: 0;
}

#products-menu-list {
	list-style: none;
}

#products-menu-list li {
	{/literal}background: url('{$smarty.const.IMG_URL}cat_bg.jpg') no-repeat;{literal}
	zoom: 1;
}

#bestsellers {
	float: right;
	padding: 6px 16px 0 0;
}

#products-menu-list li h1 {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 6px 0 6px 10px;
}

#products-menu-list li h1 a {
	text-decoration: none;
	color: #c00;	
}

#products-menu-list li ul {
	list-style: none;
}

#products-menu-list li ul li {
	background: none;
	padding-left: 10px;
	border-bottom: dotted 1px #ddd;
}

#products-menu-list li ul li a {
	text-decoration: none;
}

#products-menu-list li ul li.view-all {
	border: none;
	margin-bottom: 18px;
}

#products-menu-list li ul li.view-all a {
	color: #999;
	font-size: 11px;
	text-decoration: underline;
}

#products-menu-list li ul li.bestseller {
	font-weight: bold;
}

#products-menu-list li ul li.bestseller img {
	float: right;
	padding: 3px 18px 0 0;
}

#currency-list {
	width: 222px;
	height: 24px;
	padding: 9px 0 0 9px;
	margin-bottom: 9px;
	{/literal}background: url('{$smarty.const.IMG_URL}currency_bg.gif') no-repeat;{literal}
}

#currency-list img {
	display: inline;
	padding-right: 3px;
}

#language-list {
	list-style: none;
	text-align: center;
	margin-bottom: 9px;
}

#language-list li {
	display: inline;
	padding: 3px;
	white-space: nowrap;
}

#contact-form {
	padding: 15px;
	width: 75%;
}

#contact-form div {
	padding-top: 5px;
}

#contact-form div span {
	font-weight: normal;
	font-size: 10px;
	display: block;
	padding-bottom: 5px;
}

#contact-form div span.nopad {
	padding-bottom: 0;
}

#contact-form div div {
	font-weight: bold;
	width: 45%;
	padding-top: 3px;
}

#contact-form div div.right {
	font-weight: normal;
	text-align: left;
	padding-top: 0;
}

#contact-form div div.fullwidth {
	width: 100%;
}

#contact-form div div.right input, #contact-form div div.right textarea {
	vertical-align: bottom;
	width: 100%;
}

#contact-form div div.right input.nowidth {
	width: auto;
}

.products-list {
	margin-left: 12px;
	list-style: none;
}

.products-list li {
	margin-top: 30px;
	zoom: 1;
}

.products-list li.first {
	margin-top: 0;
}

.products-list li div.image {
	float: left;
	width: 70px;
}

.products-list li div.description {
	margin: 0 150px 0 70px;
}

.products-list li div.description strong a {
	text-decoration: none;
}

.products-list li div.description span {
	color: #c00;
	font-weight: bold;
	font-size: 11px;
}

.products-list li div.description span span {
	font-size: 13px;
}

.products-list li div.description p {
	font-size: 11px;
}

.products-list li div.links {
	float: right;
	width: 150px;
	text-align: center;
	margin-top: 9px;
}

.products-list li div.links a img {
	display: inline;
	margin-left: 6px;
}

#product-tabs {
	float: right;
}

#product-tabs ul {
	list-style: none;
}

#product-tabs ul li {
	float: left;
}

#product-description {
	zoom: 1;
}

#product-description div.image {
	float: right;
	width: 100px;
	padding: 0 0 15px 15px;
}

#product-description div.image img {
	margin-top: 15px;
}

#product-description div.description {
	padding-top: 6px;
}

#product-description div.description h3 {
	font-size: 12px;
	padding: 18px 0 15px;
}

#product-description div.description p {
	padding-bottom: 15px;
}

#product-description div.description div.order-button {
	margin-top: 15px;
	text-align: center;
}

#product-description div.description div.order-button img {
	margin: 0 auto;
}

#product-testimonials {
	list-style: none;
}

#product-testimonials li {
	padding: 9px 9px 0 9px;
	margin-bottom: 15px;
	border: dotted 1px #ccc;
}

#product-testimonials li h2 {
	display: inline;
}

#product-testimonials li h4 {
	display: inline;
	color: #999;
}

#product-testimonials li strong {
	display: block;
	padding: 9px 0;
}

#product-order ul {
	list-style: none;
	margin-bottom: 15px;
}

#product-order ul li {
	padding: 12px;
	zoom: 1;
	border-bottom: solid 1px #eee;
}

#product-order ul li h1 {
	margin-top: 30px;
	font-weight: normal;
}

#product-order ul li h1.first {
	margin-top: 0;
	padding-top: 0;
}

#product-order ul li.odd {
	background-color: #f9f9f9;
}

#product-order ul li div.image {
	float: left;
	width: 60px;
}

#product-order ul li div.description {
	margin-left: 60px;
}

#product-order ul li div.description strong {
	display: block;
	font-size: 14px;
}

#product-order ul li div.description em {
	font-size: 11px;
	font-style: normal;
	color: #999;
}

#product-order ul li div.price {
	float: right;
	width: 100px;
}

#product-order ul li div.price strong {
	display: block;
	font-size: 14px;
}

#product-order ul li div.price strong small {
	font-size: 11px;
}

#product-order ul li div.price em {
	font-size: 11px;
	font-style: normal;
	color: #999;
}

#product-order ul li div.links {
	float: right;
	width: 91px;
}

#product-order ul li div.links span {
	font-size: 11px;
}

div.info ul {
	list-style: none;
	border: none;
}

div.info ul li {
	color: #565656;
	font-size: 11px;
	padding: 0 0 0 15px;
	{/literal}background: url('{$smarty.const.IMG_URL}checkmark_grey.gif') no-repeat 0 3px;{literal}
}

div.info ul li.red {
	color: #565656;
	{/literal}background: url('{$smarty.const.IMG_URL}checkmark_red.gif') no-repeat 0 3px;{literal}
}

div.description h3 {
	font-size: 12px;
	padding: 30px 0 3px;
}

div.special-offer {
	border: solid 1px #c00;
	padding: 9px;
}

#faq {
	margin-right: 230px;
}

#faq ul {
	list-style: none;
	margin: 30px 0;
}

#faq ul li {
	margin-bottom: 30px;
}

#faq ul li span {
	font-size: 16px;
	color: #900;
	font-weight: bold;
	padding-right: 9px;
}

#faq ul li p {
	display: inline;
}

#faq-question {
	float: right;
	width: 200px;
}

#labels {
	margin: 60px 6px 0 0;
}

#labels ul {
	list-style: none;
	background-color: #f4f4f4;
	text-align: center;
}

#labels ul li {
	display: inline;
}

#labels ul li img {
	display: inline;
	margin: 15px 30px;
	vertical-align: middle;
}

#labels p {
	font-weight: bold;
	font-size: 9px;
	color: #999;
	margin-top: 15px;
	text-align: center;
}

#lic {
	margin-top: 30px;
}

#lic ul {
	list-style: none;
}

#lic ul li {
	color: #999;
	font-size: 10px;
	float: left;
	width: 22%;
	margin: 9px;
}

#lic ul li img {
	margin-bottom: 9px;
}

#bottom-menu {
	text-align: center;
	margin-top: 60px;
	font-size: 11px;
	color: #eee;
}

#bottom-menu a {
	font-weight: bold;
	color: #999;
}

#copyright {
	color: #999;
	font-size: 11px;
	text-align: center;
	margin: 15px;
}

#certificate {
	padding: 30px;
}
