@charset "utf-8";
/**
* Project: Rit-Rit.com
* HTML Layout by: KKND
* Email: 
*/

/* CSS Documentation
   ================================================
     0. CSS Reset
     1. Global Settings 
	 2. Headings
	 3. Common Formatting
	 4. Links
	 5. Forms
	 6. Tables
	 7. Global Classes 
	 8. Layout
	 9. Misc	 */

/* 0. CSS Reset
   ================================================*/	 

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	outline: 0;
}

mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
   
/* 1. Global Settings 
   ================================================*/
 
body {
    font:normal 12px/16px Arial, Helvetica, sans-serif;
    color:#777;
    background: #FFF;
    text-align:left;
}
 
/* 2. Headings 
   ==================================================*/

h1 {
    font:18px Arial, Helvetica, sans-serif;
    font-weight:bold;
    color:#777;
    margin:10px 0 20px 20px;
}
 
h2 {
    font:20px Arial, Helvetica, sans-serif;
    font-weight: normal;
	color:#5880b3;
	margin:10px 0 20px 0px;
}
 
h3 {
    font:18px Arial, Helvetica, sans-serif;
    font-weight:normal;
	font-style: italic;
    margin-bottom: 15px;
}

h4 {
	margin:0 0 10px 0;
}

/* 3. Common Formatting 
   ===================================================*/
p, ul, ol {
    margin:0;
    padding:0 0 18px 20px;
    line-height:1.4;
}
 
ul, ol {
    padding:0 0 15px 30px;
    font-size:13px;
    line-height:1.8;
}
 
/* 4. Links 
   ============================================= */
a,
a:link,
a:visited {
    text-decoration:underline;
    color:#5880b3;
}
a:hover{
	text-decoration:none;
}
 
/* 5. Forms 
   ============================================= */
form {
    margin:0;
    padding:0;
    display:inline;
}
 
input, select, textarea {
    font:1em Arial, Helvetica, sans-serif;
}
 
textarea {
    width:100%;
    line-height:1.25;
}
 
label {

}

/* 6. Tables 
	 ============================================*/
table {
    border:0;
    margin:0;
    padding:0;
    border-collapse:collapse;
}
 
table tr td {
    padding:5px;
    vertical-align:top;
}
table th {font-weight: normal;}
hr {
    clear:both;
    color:#BEBEBE;
}

/* 7. Global Classes 
	 ================================================= */
.clear         { clear:both; height:1px; font-size:1px;}
div.clear      { font-size:0; height:0px;}
.hidden        { display: none;}
.float-left    { float:left; }
.float-right   { float:right; }

.hide          { display:none;}
.block         { display:block;}
.inline        { display:inline;}
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
.red           { color: #f00;}
.green         { color: #090}

.img-left      { float:left; margin:0px 10px 15px 0; }
.img-right     { float:right; margin:0px 0 10px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0; padding-left:0; }
.nobullet      { list-style:none; list-style-image:none; }


/* 8. Layout 
	 ================================================= */

/** Main Blocks **/
header {width:980px; height: 100px; margin:0 auto;}
#container {width:980px; margin:0 auto;}
#content {float:right; width:729px; min-height:484px; border:1px solid #d8d8d8; position:relative;}
nav {float:left; width:245px; height: 486px; background:#e5e5e5 url('/files/background_nav.png') repeat-x; position: relative;}
footer {height: 20px; padding-top:3px; color: #e5e5e5;}

/*Header*/
#logo {float:left; width: 114px; padding-left: 5px; padding-top:27px;}
.header-text {text-align: right; color:#17355d; font-size: 20px; font-style: italic; padding-top:18px;}
.header-text div {padding-top:10px;}
.line-vertical {width:2px; height:88px; margin:5px 35px 0 35px; background: url('/files/line_header.jpg') no-repeat;}

/*Navigation*/
#social a {padding:0 2px 0 3px;}
.line-horizontal {height:1px; border-top:1px dotted #000; margin: 10px 0 10px 0;}
#nav {padding: 0}
#nav a {font-size:18px; color:#777; text-decoration: none; display: block; padding:3px 0 3px 25px}
#nav a:hover {background-image: url('/files/arrow_right.png'); background-repeat: no-repeat; background-position: 220px 13px;}
#nav a.active {background-color: #d8d8d8; background-image: url('/files/arrow_right.png'); background-repeat: no-repeat; background-position: 220px 13px;}
.order {height: 40px; width: 197px; display: block; padding-top:10px; text-align: center; font-size: 18px;}
a.order {color: #FFF; text-decoration: none;}
#order-buy {background: url('/files/button_green.png') no-repeat; position: absolute; bottom:5px; left:24px;}
#order-buy.active {background-image: url('/files/button_gray.png'); color: #d8d8d8}

/*Content*/
.content-text {padding:15px;}
.slideshow img{width: 729px; height: 484px;}
.slideshow_controls .btn {width:36px; height:36px; display: block}
.slideshow_controls .prev {background-image: url('/files/buttons_control.png'); background-position: 0 0; position:absolute; top: 15px; left: 20px; z-index:100}
.slideshow_controls .prev:hover {background-position: 0 -36px;}
.slideshow_controls .pause {background-image: url('/files/buttons_control.png'); background-position: -36px 0; position:absolute; top: 15px; left: 65px; z-index:100; display:none}
.slideshow_controls .pause:hover {background-position: -36px -36px;}
.slideshow_controls .play {background-image: url('/files/buttons_control.png'); background-position: -108px 0; position:absolute; top: 15px; left: 65px; z-index:100;}
.slideshow_controls .play:hover {background-position: -108px -36px;}
.slideshow_controls .next {background-image: url('/files/buttons_control.png'); background-position: -72px 0; position:absolute; top: 15px; left: 110px; z-index:100}
.slideshow_controls .next:hover {background-position: -72px -36px;}

/*Order*/
.content-order {padding:10px 40px 30px 40px; font-size:14px;}
.content-order label {display: block; padding-left:5px; padding-bottom:5px;}
.content-order th {padding-bottom:10px; text-align: center;}
.content-order td {text-align: center;}
.grandTotal {padding-top:10px;}
.count {margin-right: 50px}
.number {font-style:normal;}
.block-order {margin-top:20px}
.block-text {width:365px; font-size: 12px;}
#block-name {float:left; margin-right:17px;}
#block-email {float:left; margin-right:17px;}
#block-phone {float:left;}
#block-cash {float:left; margin-left:80px;}
#block-liqpay {float:right; margin-right: 80px}
.order-quantity {width: 56px; height:30px; text-align: center; background-image: url('/files/input_small.png'); background-repeat: no-repeat; border:0;}
.order-select {height:25px;}
#order-name {width: 191px; height:32px; background-image: url('/files/input_middle.png'); background-repeat: no-repeat; border:0; padding:0 5px 0 5px;}
#order-email {width: 191px; height:32px; background-image: url('/files/input_middle.png'); background-repeat: no-repeat; border:0; padding:0 5px 0 5px;}
#order-phone {width: 191px; height:32px; background-image: url('/files/input_middle.png'); background-repeat: no-repeat; border:0; padding:0 5px 0 5px;}
#order-address {width: 630px; height:32px; background-image: url('/files/input_large.png'); background-repeat: no-repeat; border:0; padding:0 5px 0 5px;}
#order-cash {height: 37px; width: 201px; display: block; background: url('/files/button_cash.png') no-repeat; margin-top: 10px; margin-bottom:10px;}
#order-liqpay {height: 37px; width: 201px; display: block; background: url('/files/button_liqpay.png') no-repeat; margin-top: 10px; margin-bottom:10px;}

#orderConfirm {display:none; background: #FFF; font-size:16px; padding:30px 40px 50px 40px; width: 300px; border:4px solid #ccc; position:relative;}
#triggerModal {display:none;}
.modal_close {display:block; width:18px; height: 18px; background-image: url('/files/button_close.png'); position:absolute; top: 15px; right: 15px;}

/*Accessories*/
.accessory .thumb{display: block;}
.description {width:480px;}
.colors {margin-top: 10px;}
.colors img {max-width: 489px;}

/*Notify*/
.messageBox
{
	display: none;
	z-index: 10;
	border: 1px solid #3399FF;
	padding: 20px;
	background-color: #40A323;
	color: White;
	margin: 2px;
	width: 260px;
	font-size: 16px;
	line-height: 1.4;
	font-family: "Trebuchet MS" , "Helvetica" , "Arial" , "Verdana" , "sans-serif";
}
.error
{
	background-color: red;
}

#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #FFF;
    display: none;
}