﻿/* ----- Global Reset ----- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: right;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* ------ Helpers ----- */
.clear {
    clear: both;
}
.error {
    color:#c00
}
.success {
    color: #75bb03;
}
.ltr {
    direction: ltr;
}
.left-align {
    text-align: left;
}
hr {
    clear: both;
    border-style: none;
    margin: 15px 0 15px;
    color: #363636;
    border-top: solid 1px #000;
    border-bottom: solid 1px #363636;
    *margin: 1px 0 8px;
}
h3.replace {
    background-position: right top;
    background-repeat: no-repeat;
}
h3.replace span {
    visibility: hidden;
}
p {
    margin-bottom: 1em;
}
strong {
    font-weight: bold;
}
blockquote {
    font-style: italic;
    margin-right: 20px;
    padding-right: 10px;
    margin-bottom: 1em;
    border-right: dashed 1px #565656;
}
blockquote cite {
    display: block;
    font-style: normal;
    font-size: 0.8em;
}
.poem {
    width: 90%;
    margin: 0 auto 1em auto;
}
.poem td {
    padding: 3px;
}
.poem td.f {
    padding-left: 20px;
    text-align: left;
}
.ref {
    cursor: default;
    font-size: 0.8em;
}

/* ----- Buttons ----- */
.button, .button-small {
    height: 32px;
	width: 135px;
	border: none;
	margin-top: 10px;
	margin-bottom: 10px;
}
.button:hover {
    background-position: 0 32px;
}
.button span, .button-small span {
    display: none;
}
.button-small {
    height: 21px;
	width: 21px;  
}
.button-small:hover {
    background-position: 0 21px;
}
a.button {
    display: block;
}
.action-options {
    padding: 10px 0;
    height: 32px;
}
.action-options .button {
    float: left;
    margin-right: 20px;
}
.button-cart {
    width: 155px;
    background: url(cart_add.png);
}
.button-checkout {
    background: url("checkout.png");
}
.button-continue {
    background: url("continue.png");
}
.button-payment {
    background: url("payment.png");
}
.button-unavailable {
    background: url(unavailable.png);
}
.button-send {
    width: 80px;
    background: url(send.png);
}

/* ------ Links ----- */
a { text-decoration:none; color: #fff; }
a:hover { color: #75BB03; }
a img { border:none; }

/* ----- Headings ----- */
h3, h4 {
    font-family: Tahoma, sans-serif;
    font-weight: bold;
    margin-bottom: 0.5em;
}
h3 {
    font-size: 18px;
    color: #fff;
    line-height:1.7em;  
    
}
h4 {    
    font-size: 13px;
    color: #75BB03;
    line-height:1.1em;
}
h5 {    
    font-weight: normal;
    color: #fff;
}
.txt2img {
    background: url(titles.png) no-repeat right top;
}  
.txt2img span {
    visibility: hidden;
}
.txt2img-cart {
    background-position: right top;
}
.txt2img-empty {
    background-position: right -30px;
}
.txt2img-checkout {
    background-position: right -60px;
}
.txt2img-complete {
    background-position: right -90px;
}
.txt2img-error {
    background-position: right -120px;
}
.txt2img-notfound {
    background-position: right -150px;
}
.txt2img-about {
    background-position: right -180px;
}
.txt2img-articles {
    background-position: right -210px;
}
.txt2img-faq {
    background-position: right -240px;
}
.txt2img-contact {
    background-position: right -270px;
}
.txt2img-terms {
    background-position: right -300px;
}
.txt2img-privacy {
    background-position: right -330px;
}
.txt2img-dehkhoda {
    background-position: right -360px;
}
.txt2img-history {
    background-position: right -390px;
}

/* ----- Simple Style for now ----- */
body {
    background-color: #0e0e0e;
	font: 12px/18px Tahoma,sans-serif;
    color: #a4a4a4;    
}
#header, #content {
    width: 950px;
    margin: 0 auto;
    background: url(shadow.png) repeat-y;
    padding: 0 8px;
}
#contentwrapper {
    background: url(bg.gif);
}
#headerwrapper {
    background: url(header.png) repeat-x top;
}
#main {
    background-color: #181818;
    width: 950px;
}
.main-content {
    padding: 35px 10px 70px;
}
#intro {
    height: 45px;
    position: relative;
}
#intro span {
    display: none;
}
#intro a {
    display: block;
    width: 210px;
    height: 70px;
    background: url(logo.png) no-repeat left top;
    position: absolute;
    right: 25px;
    top: 0;
}
#intro h2 {
    width: 150px;
    height: 30px;
    position: absolute;
    top: 15px;
    left: 5px;
    background: url(phone.png) no-repeat;
}
#banner {
    height: 180px;
    background: url(banner.jpg) no-repeat left top;
}
#banner span { display: none }
#footerwrapper {
    margin-top: 10px;
    padding: 10px 0;  
    border-top: solid 2px #181818;  
    font-size: 0.9em;
    clear: both;
}
#footer {
    width: 950px;
    margin: 0 auto;   
}
#footer * {
    color: #3B3B3B;
}
#footer a {
	margin-left: 5px;
	margin-right: 5px;
	color: #5a5a5a;
	text-decoration: none;
}
#footer a:hover {
	color: white;
}
#footer .banks {
    float: right;
    width: 300px;
    height: 55px;
    background: url(banks.gif);
}
#footer .post {
    margin-right:20px;
    float: right;
    width: 200px;
    height: 55px;
    background: url(post.gif);
}
#footer .banks span, #footer .post span {
    display: none;
}
#footer .links {
    float: left;
    padding-left: 10px;
}

/* ----- Menu Style ----- */
#menu {
    padding-right: 320px;
    height: 72px;
    text-align: center;
}
#menu li {
    display: inline;
}
#menu a {
    display: block;
    float: right;
    width: 105px;
    height: 45px;
    background: url(menu.png) no-repeat left top;
}
#menu span {
    display: none;
}
#menu li a.cart { background-position: 0 0; }
#menu li a.cart:hover { background-position: 0 -45px; }
#menu li.sel a.cart { background-position: 0 -90px; }
#menu li a.contact { background-position: -105px 0; }
#menu li a.contact:hover { background-position: -105px -45px; }
#menu li.sel a.contact { background-position: -105px -90px; }
#menu li a.faq { background-position: -210px 0; }
#menu li a.faq:hover { background-position: -210px -45px; }
#menu li.sel a.faq { background-position: -210px -90px; }
#menu li a.about { background-position: -315px 0; }
#menu li a.about:hover { background-position: -315px -45px; }
#menu li.sel a.about { background-position: -315px -90px; }
#menu li a.articles { background-position: -420px 0; }
#menu li a.articles:hover { background-position: -420px -45px; }
#menu li.sel a.articles { background-position: -420px -90px; }
#menu li a.shop { background-position: -525px 0; }
#menu li a.shop:hover { background-position: -525px -45px; }
#menu li.sel a.shop { background-position: -525px -90px; }

/* ----- Products ----- */
.products {
    padding: 25px 10px;
    line-height: 14px;
}
.product a {
    float: right;
    width: 280px;
    padding: 5px 15px 40px 15px;
    color: #919191;
    direction: rtl;
}
.product a:hover {
    color: #fff;
}
.product img {
    height: 260px;
    width: 217px;
    margin: 0 auto;
    display: block;
}
.product span {
    display: block;
    text-align: center;
}
.product span.name {
    font-weight: bold;
    font-size: 0.9em;
    padding-bottom: 10px;
}

.product-container {
    padding: 35px 10px 40px;
}
.product-details {
    width: 410px;
    float: left;
    direction: rtl;
}
.product-details h4 {
    font-family: Arial;
}
.product-details h4 span {
    font-family: Tahoma;
    font-weight: normal;
    color: #a4a4a4;
    font-size: 0.86em;
}
.product-details h4.prop {
    background: url(prop.png) no-repeat right center;
}
.product-details h4.prop span {
    visibility: hidden;
}
.product-details dl {
}
.product-details dt {
    text-align: left;
    float: right;
    width: 50px;
    padding: 2px 0 3px 12px;
}
.product-details dd {
    padding: 2px 8px 3px 0;
    color: #75BB03;
}
.product-details span.unit {
    color: #a4a4a4;
}

.product-images {
    float: right;
    width: 500px;
}
.product-images img {
    vertical-align: bottom;
}
.product-images-medium {
    height: 600px;
}
.product-images-medium li {
    display: none;
}
.product-images-small {
    margin: 0 50px;
}
.product-images-small li {
    float: right;
    margin: 0 10px;
    padding: 0 0 20px;
    cursor: pointer;
}
.product-images-small li.sel {
    background: url(thumshad.gif) no-repeat center bottom;
}
.product-images-small img {
    width: 60px;
}

/* ----- Form Style ----- */
.form label {
    display: block;
    margin: 15px 0 3px 0;
}
.form input, .form textarea {
    background-color: #323232;
    border: 1px solid #747474;
    color: #F0F0F0;
    font-family: Tahoma,sans-serif;
}
.form select {
    font-family: Tahoma,sans-serif;
}

.address-form {
    margin: 0 30px;
    direction: rtl;
}
.address-form input, .address-form select {
    width: 256px;    
}
.address-form textarea {
    width: 298px;
    height: 130px;
}
.address-right-col, .address-middle-col, .address-left-col {
    width: 261px;
    float: right;
    padding: 10px 0 30px;
}
.address-middle-col {
    width: 300px;
    padding: 10px 24px 30px;
}

.contact-form input, .contact-form select {
    width: 300px;
}
.contact-form textarea {
    width: 400px;
    height: 160px;
}


/* ----- Cart Style ----- */
.cart-content {
    margin: 0 30px;
    direction: rtl;
}
.cart-content table {
    width: 100%;
    margin: 20px 0;
}
.cart-content thead, .cart-content tfoot {
    background-color: #2f2f2f;
    font-weight: bold;
}
.cart-content td, .cart-content th {
    padding: 10px;
    vertical-align: middle;
    text-align: center;
}
.cart-content th, .cart-content tfoot td {
    font-weight: bold;
}
.cart-content th.item {
    text-align: right;
}
.cart-content th.price {
    width: 100px;
}
.cart-content th.qty {
    width: 30px;
}
.cart-content th.total {
    width: 100px;
}
.cart-content td.img {
    width: 80px;
}
.cart-content td.name {
    text-align: right;
    font-weight: bold;
}
.cart-content td.name a {
    color: #a4a4a4;
}
.cart-content td button {
    background: url(remove.png);
}
.cart-content td.total {
    text-align: left;
}

/* ----- Valiation ----- */
span.validation-summary-errors {
    color:#c00
}
ul.validation-summary-errors li {
    padding: 2px 15px;
    color:#c00;
    Background: url(bullet.gif) no-repeat right center;
}
.input-validation-error {
    border: solid 1px #c00 !important;   
}

/* ----- Payment ----- */
.payment-redirect {
    background: #323232 url(saman.jpg) no-repeat center 15px;
    border: solid 3px #747474;
    width: 250px;
    margin: 150px auto;
    text-align: center;
    direction: rtl;
    padding: 80px 0 10px 0;
}
.payment-redirect div.progress {
    height: 20px;
    padding: 10px 0;
    background: url(progress.gif) no-repeat center center;
}

/* ----- Text Content ----- */
.right-col {
    float: right;
    width: 130px;
    padding: 5px 30px 5px 5px;
    direction: rtl;
}
.middle-col {
    float: right;
    width: 450px;
    margin: 5px 45px;
    direction: rtl;
}
.left-col {
    float: right;
    width: 200px;
    margin: 20px 5px;
}
.wide-col {
    margin: 0 30px;
    direction: rtl;
}
.middle-col p a, .wide-col p a {
    padding-bottom: 2px;
    border-bottom: dotted 1px #a4a4a4;
}
.middle-col p a:hover, .wide-col p a:hover {    
    border-bottom-color: #75bb03;
}
.right-col ul {
    border-top: solid 1px #424242;
    margin: 7px 0;
}
.right-col li {
    font-family: 'Courier New';
    font-size: 1.7em;
    border-bottom: solid 1px #424242;
    padding: 7px 3px;
}
.middle-col a.top {
    display: block;
    font-size: 9px;
    color: #75BB03;
    text-align: left;
    margin-bottom: 15px;
}
.middle-col a.top:hover {
    color: #a5a4a4;
}
.middle-col ul {
    margin-bottom: 1em;
}
.middle-col li {
    padding: 1px 15px 1px 0;
    background: url(bullet.gif) no-repeat right center;
}
.left-col .shetab {
    display: block;
    height: 70px;
    margin-top: 15px;
    background: url(shetab.png) no-repeat left top;
}
.left-col .post {
    display: block;
    height: 55px;
    margin-top: 15px;
    background: url(post.png) no-repeat left top;
}
.left-col .newsletter {
    position: relative;
    height: 62px;
    background: url(nws_bg.png);
}
.left-col .newsletter input {
    width: 140px;
    position: absolute;
    left: 42px;
    top: 30px;
    font-size: 11px;
    font-family: Tahoma;
    background: Transparent;
    border-style: none;
    color: #747474;
}
.left-col .newsletter button {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 9px;
    top: 17px;
    background: url(nws_btn.gif);
}
.left-col .newsletter button:hover {
    background-position: 0 -24px;
}

.contact-address span.phone, .contact-address span.mobile {
    display: block;
    padding-top: 4px;
}

/* ----- Bubble Tips ----- */
.qtip-content {
    direction: rtl;
}