html {height: 100%}
body {
    background: white url(/i/back-full.jpg) repeat scroll center center;
	font-family: Georgia;
    color: rgb(51,0,102);
}
a.active {
    text-decoration: none;
}
a.active {
    font-weight: bold;
}

input[type="text"], textarea {
    border: 1px solid rgb(163,29,176);
    margin: 2px;
}

span.inc_round_left {display:inline-block;width:0.45em;}
span.dec_round_left {margin-left:-0.45em;}
span.inc_laquo {display:inline-block;width: 0.62em;}
span.dec_laquo {margin-left:-0.62em;}



#wrapper {
	width: 100%;
	min-width: 990px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


#content {
	padding: 10px 10px 150px 10px;
	min-height: 420px;
}

#top,#bottom .container {
    height: 185px;
    background: rgb(163,29,183) url(/i/back-top.jpg) repeat-x scroll top center;
	-webkit-box-shadow: -10px 0 10px rgba(175,11,183, 0.8);
	-moz-box-shadow: -10px 0 10px rgba(175,11,183, 0.8);
	box-shadow: -10px 0 10px rgba(175,11,183, 0.8);
}

#topContainer {
    background: transparent url(/i/back-top-black-gradient.png) repeat-x scroll top;
    _background: none;
    height: 185px;
}

#logo {
    padding-top: 35px;
    height: 120px; 
}

#menu div {
    padding-left: 300px;
    text-align: center; 
    margin-top: -5px;
    max-width: 1280px;  
}
#menu div a {
    display: inline-block;
    margin: 0 2% 0 2%;
    color: white;
    font-size: 1.5em
}
#cartContentDiv {
	position: fixed;
	_position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	margin-left: -350px;
	margin-top: -250px; 
	background-color: white;
	border: 1px solid rgb(119,18,122);
	padding: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-opera-border-radius: 10px;
	-webkit-box-shadow: 0 0 10px gray;
	-moz-box-shadow: 0 0 10px gray;
	box-shadow: 0 0 10px gray;
	
	width: 700px;
	height: 500px;
}

#cartInfo {
    position: absolute;
    right: 20px;
    top: 20px;
    height: 88px;
    width: 250px;
    background: white;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -opera-border-radius: 10px;
    opacity: 0.8;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    text-align: right;
    padding: 10px;
}

#productAddedDiv {
    position: fixed;
    top: 50%;
    left: 50%;
    font-size: 1.3em;
    margin-left: -100px;
    margin-top: -20px;
    opacity: 0.8;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -opera-border-radius: 5px;
    opacity: 0.8;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    background: white;
    padding: 5px;
    border: 1px solid gray;
}

#bottom {
	margin: -110px auto 0;
	min-width: 990px;
	height: 110px;
	overflow: hidden;
}
#bottomShadow {
    height: 10px;;
}
#bottom .container {
    height: 100px;
}
#bottomContacts{
    float: left;
    padding-top: 5px;
    padding-left: 20px;
    font-size: 0.9em;
    color: rgb(255,204,255)
}
#bottomContacts span,#bottomContacts span a {
    font-size: 1.3em;
    color: white;
} 
#diamonds {
    float: left;
}

#cartProductsTable {
    width: 100%;
    margin-bottom: 10px;
}

#cartProductsTable tbody {
  height: 390px;
  overflow: auto;
  overflow-x: hidden;
  border-bottom: 1px solid rgb(163,29,176);
  border-top: 1px solid rgb(163,29,176);
}


#cartProductsTable thead td{
	text-align: center;
	font-size: 0.6em;
}
#cartProductsTable td {
	padding: 2px;
}

#cartProductsTable tbody tr:nth-child(even) {
	background: rgb(235,220,238);
}

#cartProductsTable tbody tr td:nth-child(7){
	padding-right: 20px;
}

#cartProductsTable tbody tr{
	height: 20px !important;
}

.categoryLister {
    font-size: 1.5em;
    margin-left: 10px;
    color: rgb(163,29,176)
}

.categoryDescription {
    margin: 10px;
    color: rgb(163,29,176);
    clear: both;
}


#catalogMenu {
    width: 250px;
    padding-right: 10px;
    border-right: 1px solid rgb(163,29,176)
}

#catalogMenu div {
    
}

#catalogMenu a {
    color: rgb(51,0,102);
    font-size: 0.8em;
    padding-left: 18px;
    display: inline-block;
    padding-bottom: 4px;
    text-decoration: none;
}
#catalogMenu a:hover{
    text-decoration: underline;
}
#catalogMenu a span {
    font-size: 0.7em;
}
.expandedCategory,.collapsedCategory {
    background: transparent url(/i/icons/round_remove.png) no-repeat scroll left top
}
.collapsedCategory {
    background-image: url(/i/icons/round_add.png);
}



.inStock,.outOfStock{
    margin: 5px;
    font-weight: bold;
}
.inStock {
    color: green;
}
.outOfStock {
    color: red;
}
.priceDiv {
    font-size: 1.5em;
    color: rgb(163,29,176);
    padding-left: 15px;
}
.priceDiv span.price {

}

.productName {
	font-size: 1.2em;
	text-indent: 0;
}
.productArticul {
	font-size: 0.6em;
	cursor: help;
}

.close {
    height: 32px;
    width: 32px;
    float: right;
    clear: both;
    position: relative;
    top: -20px;
    left: 20px;
	cursor: pointer;    
/*	
    background: white;
    float: right;

    
    text-align: center;
    font-size: 32px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
	-webkit-box-shadow: 2px 2px 4px rgb(117,8,122);
	-moz-box-shadow: 2px 2px 4px rgb(117,8,122);
	box-shadow: 2px 2px 4px rgb(171,33,188);
	color: rgb(171,33,188);*/
	background: url(../i/icons/close.png) no-repeat scroll center center
	
}

#confirmOrderLink,#clearCartLink{
    font-size: 1.4em;
    color: rgb(171,33,188);
}
#clearCartLink {
    float: left;
}
#sendOrderForm h2 {
    font-size: 1.4em;
}
#sendOrderForm label {
    font-size: 0.8em;
}

#sendOrderForm input[type="text"],#sendOrderForm textarea{
    width: 400px;
    font-size: 20px;
}

.newProductCatDiv {
    font-size: 0.6em;
    margin-bottom: 4px;
}

/* icons */
.addToCartIcon {
	display: inline-block;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background: transparent url(/i/icons/cart.png) no-repeat scroll left top;
    _background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/icons/cart.png', sizingMethod=scale);
    vertical-align: bottom;
}
.recalculateProductCount {
    display: inline-block;
    width: 16px;
    height: 19px;
    cursor: pointer;
    background: transparent url(/i/icons/calculator.png) no-repeat scroll center bottom;
    _background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/icons/calculator.png', sizingMethod=scale);
}
.deleteFromCart{
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: transparent url(/i/icons/remove.png) no-repeat scroll left top;
    _background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/icons/remove.png', sizingMethod=scale);
}
