dl, dd, dt, a, ul, li, input, h1, h2, h3, h4, h5, h6, img, table, td, th {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	list-style: none;	
	border: none;
	border-collapse: collapse;
	border-spacing: 0px;
}

#bg {
	position:absolute;
	top:20%;
	width:100%;
	height:80%;
}



select.selectlist
{
  width:262px;
}

@font-face {
    font-family: 'us101';
    src: url('../fonts/us101-webfont.eot');
    src: url('../fonts/us101-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/us101-webfont.woff') format('woff'),
         url('../fonts/us101-webfont.ttf') format('truetype'),
         url('../fonts/us101-webfont.svg#US101Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	background-image: url('../image/texture1.png');
	background-color: #f2fbff;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}



a.sPaginationPrev, a.sPaginationNext {
	display: block;
	font: normal 11px/15px Arial, sans-serif;
	text-decoration: none !important;
	}
	a.sPaginationPrev:hover, a.sPaginationNext:hover {
		text-decoration: underline !important;
		}
a.sPaginationPrev {
	padding: 6px 6px 6px 20px;
	background: url(../image/left_arrow.png) 0 6px no-repeat;
	}

a.sPaginationNext {
	padding: 6px 20px 6px 6px;
	background: url(../image/right_arrow.png) 100% 6px no-repeat;
	font-weight: bold;
	}

a.navbar-link
{
font: 18px us101;
}

/* Layout */
#container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#containerlogin {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#column-left {
	float: left;
	width: 240px;
}
#column-right {
	float: right;
	width: 240px;
}
#content {
	min-height: 640px;
       padding-top:3px;	
	margin-bottom: 10px;
}
#column-left + #column-right + #content, #column-left + #content {margin-left: 240px;}
#column-right + #content {margin-right: 240px;}

.columnborder {
      margin: 0px 0px;
      border-collapse: collapse;
      border: 2px solid #EEEEEE;
      margin-bottom: 6px;
      margin-right: 1px;
      padding-bottom:15px;

}

.filter {
      margin: 0px 0px;
      border-collapse: collapse;
      border: 2px solid #EEEEEE;
      margin-bottom: 6px;
      margin-right: 1px;

}

.form {
      margin: 0px 0px;
      border-collapse: collapse;
      border: 2px solid #EEEEEE;
      margin-bottom: 6px;
      margin-right: 1px;

}
.column {margin: 0px 10px;}
.column50p {width: 50%; float: left;}
.column20p {width: 20%; float: left;}

.float-left {float: left;}
.float-right {float: right;}

.clearfix {
	width: auto;
	overflow: hidden;
	height: auto;	
}
/*Clearfix este o clasa folosita si in IR*/

/*.clearfix {
	width: 100%;
	overflow: hidden;
	height: 1px;	
}*/

.pivot {
	width: 980px;
	position: relative;
	left: 50%;
	margin-left: -490px;
}
/* end Layout */


/* Box welcome */
.box-welcome {margin-bottom: 30px;}
.box-welcome .welcome {
	margin-bottom: 10px;
	font: 22px us101;	
}
/* end Box welcome */

span.fielddata {
    color: #000000;
    font: 10px Arial;}
/* Box */
.box {margin-bottom: 30px;}
.box .box-heading {
	font: 22px us101;
	color: #3d454c;
	padding-bottom: 4px;
	border-bottom: 1px solid #eee;
	margin: 0px 10px;
	margin-bottom: 20px;
	display: inline-block;
}
.box .box-content {padding: 0px 10px;}
/* end Box */


/* Block, Buttons */

.filterblock {
	background-color: #F2F9FF;	
       /*background-image: url("../image/texture1.png");*/
	padding: 2px;
}


.filterblock h2 {
	display: block;
	margin-bottom: 3px;
	padding: 0px 2px;
	padding-bottom: 3px;
	border-bottom: 1px solid #edf0f4;
	color: #3d454c;
}
.filterblock .left {float: left; text-align: left;}
.filterblock .right {float: right; text-align: right;}
.filterblock .center {text-align: center; margin-left: auto; margin-right: auto;}

.formblock {
	background-color: #f5f8fc;	
	padding: 2px;
}
.formblock h2 {
	display: block;
	margin-bottom: 3px;
	padding: 0px 2px;
	padding-bottom: 3px;
	border-bottom: 1px solid #edf0f4;
	color: #3d454c;
}


.formblock .left {float: left; text-align: left;}
.formblock .right {float: right; text-align: right;}
.formblock .center {text-align: center; margin-left: auto; margin-right: auto;}

.buttons,
.block {
	background-color: #f5f8fc;	
	padding: 2px;
}
.block h2 {
	display: block;
	margin-bottom: 3px;
	padding: 0px 2px;
	padding-bottom: 3px;
	border-bottom: 1px solid #edf0f4;	
	color: #3d454c;
}
.buttons .left {float: left; text-align: left;}
.buttons .right {float: right; text-align: right;}
.buttons .center {text-align: center; margin-left: auto; margin-right: auto;}
/* end Block, Buttons */


/* Other */
h2.standart {
	display: block;
	margin-bottom: 20px;
	padding: 0px 10px;
	font: 18px us101;
	color: #3d454c;
}
p {margin: 0px 0px 8px 0px;}
.font-size11 {font-size: 11px;}
.error {
	display: block;
	color: #ff0000;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}
/* end Other */


/* Page */
#page {
	background-color: #fff;
	font: 12px/18px Arial;
	color: #3d454d;

    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #D9DDE5 #C3C4C5 #C3C4C5;
    border-left: 1px solid #C3C4C5;
    border-radius: 8px 8px 8px 8px;
    border-right: 1px solid #C3C4C5;
    border-style: solid;
    border-width: 1px 1px 2px;
}

#pagelogin {
	background-color: #fff;
	font: 12px/18px Arial;
	color: #3d454d;

    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #D9DDE5 #C3C4C5 #C3C4C5;
    border-left: 1px solid #C3C4C5;
    border-radius: 8px 8px 8px 8px;
    border-right: 1px solid #C3C4C5;
    border-style: solid;
    border-width: 1px 1px 2px;
}
.page-top {
	background-image: url('../image/page.png');
	height: 10px;
	width: 100%;
	padding: 0px 5px;
	position: relative;
	left: -5px;
}
.page-center {
	padding: 0px 5px;	
	position: relative;	
}

.page-center-login {

	padding: 0px 5px;	
	position: relative;	
}
.page-bottom {
	background-image: url('../image/page.png');
	background-position: -1980px 0px;
	height: 10px;
	width: 100%;
	padding: 0px 5px;
	position: relative;
	left: -5px;
}
.page a {
	color: #4071A0;	
	cursor: pointer;
}
.page .link {color: #5ca1e5;}
.page a:hover {text-decoration: underline;}
/* end Page */


/* Footer */ 
#footer {
	clear: both;
	overflow: auto;
	margin-bottom: 25px;
}
#footer h3 {
	font: 22px us101;
	color: #3d454c;
	border-bottom: 1px solid #3d454c;
	margin-bottom: 10px;
	display: inline-block;
}
#footer .column {
	float: left;
	margin: 0px 10px;
	width: 220px;
}
#footer .column ul li {line-height: 24px;}
/* end Footer */ 


/* Powered */ 
#powered {
	height:40px;
	font: 11px/40px Arial;
	color: #3d454c;
	margin-top: 5px;
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #D9DDE5 #C3C4C5 #C3C4C5;
    border-left: 1px solid #C3C4C5;
    border-radius: 8px 8px 8px 8px;
    border-right: 1px solid #C3C4C5;
    border-style: solid;
    border-width: 1px 1px 2px;
    background-color: #FFFFFF;
}
#powered a {color: #777;}
#powered a:hover {text-decoration: underline;}
/* end Powered */ 


/* SFooter */ 
#sfooter {padding: 30px 20px;}
#sfooter dl {
	width: 210px;
	margin: 0px 15px;
	float: left;		
}
#sfooter dt {
	font: 22px us101;
	margin-bottom: 20px;
	height: 24px;		
}
#twitter li {font: 12px/16px Arial;}
#twitter li + li {
	border-top: 1px solid rgba(0, 0, 0, 0.15);
	padding-top: 8px;
	margin-top: 8px;		
}
#twitter .tweet_time {
	display: block;
	font: 11px/14px Arial;
}
#contacts {}
#contacts li {
	font: 12px/16px Arial;
	height: 32px;
}
#contacts li + li {margin-top: 8px;}
#contacts li .icon {
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 2px;
	width: 24px;
	height: 24px;
	float: left;
	background-image: url('../image/icons16x16.png');	
}
#contacts li.one {line-height: 34px;}
#contacts .phone {background-position: 0px 0px;}
#contacts .fax {background-position: 0px -24px;}
#contacts .email {background-position: 0px -48px;}
#contacts .address {background-position: 0px -72px;}
#contacts .skype {background-position: 0px -96px;}
#facebook {
	position: relative;
	top: -44px;
	margin-bottom: -44px;	
}
/* end SFooter */ 


/* Header */ 
#header {
	background-color: #3d454c;
	background-image: url('../image/texture2.png');	
}
#header .gradient {
	position: relative;
	height: 85px;
	background-image: url('../image/hgradient.png');		
}
#header #logo {
	position: absolute;
	left: 45px;	
	top: 23px;
}
#float-block {
	position: absolute;
	display: block;
	right: 20px;
	top: 15px;
	width: 2000px;
	height: 0px;
}
#bigbox {

	width: 90%;
	position: relative;
	left: 5%;
	margin-top: -30px;	
}
#pivot {
	width: 980px;
	position: relative;
	left: 50%;
	margin-left: -490px;
	margin-top: -55px;	
}
#links {
	line-height: 30px;
	height: 30px;
	padding: 0px 10px;
	font-size: 15px;	
}
#links .float-left a + a {padding-left: 2px; padding-right:2px;}
/* end Header */ 


/* Cart */
#cart {
	display: block;
	background-color: #292e33;
	border-radius: 3px;
	margin: 0px;
	padding: 0px;
	float: right;
	font: 11px/25px Arial;
	color: #fff;
	position: relative;
	z-index: 3000;
	height: 25px;
	margin-left: 10px;
	border: 1px solid #1e2125;
}
#cart .cart-width {
	position: absolute;
	right: -1px;
	top: -1px;
	height: 0px;
	width: 2000px;		
}
#cart .heading {
	padding: 0px 8px;
	padding-right: 24px;
}
#cart .heading .arrow {
	top: 11px;
	right: 8px;
	position: absolute;
	border: 3px solid transparent;
	border-top-color: #fff;	
}
#cart .content {
	display: none;
	position: absolute;
	top: 27px;
	right: 0px;
	padding: 8px;
	min-height: 50px;
	border-radius: 3px 0px 3px 3px;
	background: #fff;
	min-width: 240px;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	font: 11px/16px Arial;
	z-index: 3000;
}
#cart .content a {color: #5ca1e5;}
#cart .content a:hover {text-decoration: underline;}
#cart.active {
	background-color: #fff;
	border: 1px solid #fff;	
	border-radius: 3px 3px 0px 0px;
	color: #444;
}
#cart.active .content {display: block;}
#cart.active .arrow {border-top-color: #444;}
#cart .mini-cart-info table {
	width: 100%;
	margin-bottom: 5px;
}
#cart .mini-cart-info td {
	vertical-align: middle;
	padding: 10px 5px;
	border-bottom: 1px solid #eee;
}
#cart .mini-cart-info .image {width: 1px;}
#cart .mini-cart-info .image img {
	border: 1px solid #eee;
	text-align: left;
	display: block;
}
#cart .mini-cart-info .name small {color: #444;}
#cart .mini-cart-info .quantity {text-align: right;}
#cart .mini-cart-info td.total {text-align: right;}
#cart .mini-cart-info .remove {text-align: right;}
#cart .mini-cart-info .remove img {cursor: pointer;}
#cart .mini-cart-total {text-align: right;}
#cart .mini-cart-total table {
	border-collapse: collapse;
	display: inline-block;
	margin-bottom: 5px;
}
#cart .mini-cart-total td {padding: 1px 4px;}
#cart .checkout {
	text-align: right;
	clear: both;
}
#cart .empty {
	padding: 30px;
	text-align: center;
}
/* end Cart */


/* Header down */
.header-down {
	display: block;
	background-color: #292e33;
	border-radius: 3px;
	margin: 0px;
	padding: 0px;
	float: right;
	font: 11px/25px Arial;
	color: #fff;
	position: relative;
	z-index: 101;
	overflow: hidden;
	height: 25px;
	margin-left: 10px;
	border: 1px solid #1e2125;
}
.header-down dt {
	height: 25px;
	padding: 0px 8px;
	border-bottom: 1px solid #eee;
	padding-right: 24px;
}
.header-down dt .arrow {
	top: 11px;
	right: 8px;
	position: absolute;
	border: 3px solid transparent;
	border-top-color: #fff;	
}
.header-down dd {
	height: 23px;
	padding: 0px 8px;
	padding-right: 24px;
	cursor: pointer;
}
.header-down img {
	position: relative;
	top: 2px;
	margin-right: 3px;
}
.header-down dd:hover {background-color: #f7f7f7;}
.header-down:hover .arrow {border-top-color: #444;}
.header-down:hover {
	background-color: #fff;
	height: auto;
	padding-bottom: 5px;
	border: 1px solid #fff;
	color: #444;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}
/* end Header down */


/* Navigation */
#nav {
	height: 30px;
	margin-bottom: -5px;
	position: relative;
	z-index: 100;
}
#nav .left-corner,
#nav .right-corner {
	width: 5px;
	height: 30px;
	float: left;
}
#nav .left-corner {background: url('../image/nav.png');}
#nav .right-corner {background: url('../image/nav.png') right -40px;}
#nav dl {
	box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.15);
	overflow: hidden;
	float: left;
	border-radius: 5px 5px 0px 0px;
       border-color: #2315e6 #2315e6 #2315e6;
      }
#nav dl dd {
	float: left;
	padding: 0px 4px;
	font: 14px/31px us101;
	height: 30px;	
	background: url('../image/nav.png') 0px -80px;
}
#nav dl dd a {
	padding: 0px 10px;
	color: #3d454d;
	text-shadow: 0px 1px 0px #fff;
}
#nav dl dd a.selected {
	display: block;
	height: 30px;
	position: relative;
	z-index: 2;
	background: #5ca1e5 url('../image/nav.png') 0px -160px;	
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}


#nav dl dd:hover a {
	display: block;
	height: 30px;
	position: relative;
	z-index: 2;
	background: #5ca1e5 url('../image/nav.png') 0px -160px;	
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
#nav dl dt {
	width: 5px;
	height: 30px;	
	float: left;
	background: #5ca1e5 url('../image/nav.png') 0px -120px;
}
#nav .subnav {
	top: 30px;
	background-color: #fff;
	position: absolute;
	z-index: 2000;
	font: 11px/26px Arial;
	padding: 5px;
	border-left: 3px solid #5ca1e5;
	border-right: 3px solid #5ca1e5;
	border-bottom: 3px solid #5ca1e5;
	display: none;
}

#nav dl dd:hover .subnav {display: block;}
#nav dl dd:hover .subnav a {
	color: #3d454d;
	text-shadow: none;
	background: none;
	font: 11px/26px Arial;
	height: 26px;
	display: block;
}
#nav dl dd:hover .subnav a:hover {
	background: #5ca1e5;
	color: #fff;
}
#nav .subnav ul {display: table-cell;}
#nav .subnav li {min-width: 150px;}
/* end Navigation */


/* Product box (center) */
#content .box-product {
	width: 100%;
	overflow: hidden;
} 
#content .box-product .struct {
	border: 1px solid #f2f2f2;
	width: 120px;
	display: inline-block;
	vertical-align: top;
	margin: 0px 10px;
	margin-bottom: 20px;
	text-align: center;
	position: relative;
}
#content .box-product .image {
	margin-bottom: 15px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}
#content .box-product .image img {
	display: block;	
	width: 120px;
	height: 120px;
}
#content .box-product .no-image {
	width: 120px;
	height: 120px;	
	background-image: url('../image/texture1.png');
	box-shadow: inset 0px 0px 1px 1px #d7d7d7, inset 0px 0px 15px rgba(0, 0, 0, 0.05);
}
#content .box-product .name a {
	color: #3d454c !important;
	display: block;
	padding-bottom: 6px;
}
#content .box-product .description {display: none;}
#content .box-product .price {
	color: #3d454c;
	text-decoration: none;
	display: block;
	font: bold 12px Arial;
}
#content .box-product .price .price-old {
	color: #d91616;
	text-decoration: line-through;
	margin-bottom: 2px;
	font: 12px Arial;
}
#content .box-product .cart {
	position: relative;
	height: 30px;
	margin-top: -30px;
	top: -2px;
	opacity: 0;
	filter: alpha(opacity=0);
	height: 0px;
	margin-top: 0px;
	overflow: hidden;
}
#content .box-product .struct .name,
#content .box-product .struct .price {
	position: relative;
	position: relative;
	top: 0px;
}
#content .box-product .rating {
	margin-top: 8px;
	display: inline-block;	
	position: relative;
	background-color: #444;
}
#content .box-product .rating span {
	display: block;
	height: 11px;
	width: 77px;
	background-image: url('../image/stars.png');
	position: relative;
	top: -11px;	
	margin-bottom: -11px;
}
#content .box-product .rating div {
	display: block;
	height: 11px;
	width: 0px;
	background-color: #5ca1e5;
}
#content .box-product .rating .stars-1 {width: 13px;}
#content .box-product .rating .stars-2 {width: 29px;}
#content .box-product .rating .stars-3 {width: 45px;}
#content .box-product .rating .stars-4 {width: 61px;}
#content .box-product .rating .stars-5 {width: 77px;}
/* Product box (center) column 1 */
.side + #content .box-product .struct {width: 140px;}
.side + #content .box-product .image img,
.side + #content .box-product .no-image {width: 140px;height: 140px;}
/* Product box (center) column 2 */
.side + .side + #content .box-product .struct {width: 120px;}
.side + .side + #content .box-product .image img,
.side + .side + #content .box-product .no-image {width: 120px;height: 120px;}
/* end Product box (center) */


/* Product box (left, right) */
.side .box-product {
	width: 100%;
	margin-bottom: 30px;
} 
.side .box-product .struct {
	width: 200px;
	vertical-align: top;
	margin: 0px 10px;
	position: relative;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin-bottom: -1px;
}
.side .box-product .struct:hover {z-index: 2;}
.side .box-product .image {
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #eee;	
}
.side .box-product .no-image {
	width: 50px;
	height: 50px;	
	background-image: url('../image/texture1.png');
	box-shadow: inset 0px 0px 1px 1px #d7d7d7, inset 0px 0px 15px rgba(0, 0, 0, 0.05);	
}
.side .box-product .image:hover .no-image,
.side .box-product .image img {display: block;}
.side .box-product .name a {
	color: #3d454c !important;
	text-decoration: none;
	display: block;
	margin-bottom: 1px;
	font-size: 11px;
}
.side .box-product .cart {
	position: relative;
	bottom: 30px;
	display: none;
	height: 30px;
	background: #ccc;
	margin-bottom: -30px;
}
.side .box-product .price {
	color: #3d454c;
	text-decoration: none;
	display: block;
	font: bold 12px Arial;
	font-size: 11px;
}
.side .box-product .price .price-old {
	color: #d91616;
	text-decoration: line-through;
	margin-bottom: 2px;
	font: 11px Arial;
}
/* end Product box (left, right) */


/* Product list */
.product-list {margin-bottom: 30px;}
.product-list .struct {
	margin: 0px 10px;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	margin-bottom: -1px;
}
.product-list .struct:hover {z-index: 2;}
.product-list .image {
	margin-right: 15px;
	padding-right: 10px;
	border-right: 1px solid #eee;
	float: left;
}
.product-list .image img {
	display: block;
	width: 140px;
	height: 140px;
}
.product-list .no-image {
	width: 140px;
	height: 140px;	
	background-image: url('../image/texture1.png');
	box-shadow: inset 0px 0px 1px 1px #d7d7d7, inset 0px 0px 15px rgba(0, 0, 0, 0.05);
}
.product-list .name {
	padding-top: 6px;
	display: block;
	padding-bottom: 12px;
	font-size: 14px;
}
.product-list .name a {
	color: #3d454c !important;
	text-decoration: none;
}
.product-list .rating {
	position: relative;
	top: -6px;	
}
.product-list .line {
	margin-right: 150px;
	padding-right: 10px;
	border-right: 1px solid #eee;	
}
.product-list .right {
	float: right;
	width: 140px;
	position: relative;
	left: 160px;
	margin-left: -135px;
	text-align: center;
}
.product-list .price {
	font: 15px Arial;
	margin-top: 15px;	
	margin-bottom: 15px;
}
.product-list .price-old {
	color: #d91616 !important;	
	text-decoration: line-through;
}
/* end Product list */


/* Struct */
.struct {
	position: relative;	
	border: 1px solid #fff;
	padding: 9px;
}
.struct .struct-right,
.struct .struct-left {
	position: absolute;
	width: 0px;
	height: 0px;
	display: block;
	background-color: #5ca1e5;
	opacity: 0;
	filter: alpha(opacity=0);
	padding: 1px;
}
.struct .struct-right {top: -1px; right: -1px;}
.struct .struct-left {bottom: -1px; left: -1px;}
.struct:hover {border: 1px solid #ebebeb;}
.struct-center {
	position: relative;
	background-color: #fff;
	padding: 9px;
	margin: -9px;
}
/* end Struct */

.readonly {
background-color: #dcdcdc;
border: #3532ff 1px solid;
color: #000000;
cursor: default;
}


/* Controls */
.page textarea,
.page input[type=text],
.page input[type=password] {
	/*height: 12px;*/
	border: 1px solid #e5e5e5;
	border-top-color: #ccc;
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.04);	
	background-clip: padding-box;
	padding: 1px;
	color: #444;
	/*width: 160px;*/
}
.page textarea {
	height: auto;
	width: 90%;	
}
/*.page input[type=password] {
	font: 16px Arial;	
	letter-spacing: 2px;*/
}
.page textarea:hover,
.page input[type=text]:hover,
.page input[type=password]:hover {
	border: 1px solid #ccc;
	border-top-color: #b2b2b2;
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);	
}
.page textarea:focus,
.page input[type=text]:focus,
.page input[type=password]:focus {border: 1px solid #4c88ff;}
/* end Controls */


/* Button */
.btn {
	background-color: #0080ff;
	height: 18px;
	display: inline-block;
	color: #fff !important;
	box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1), inset 0px 2px rgba(255, 255, 255, 0.1);
	background-image: url('../image/bgradient2.png');
	cursor: pointer;
	border-radius: 5px;
	padding: 0px 12px;
	font: bold 12px Arial;
	line-height: 18px !important;
}
.btn:hover {
	background-color: #2315e6;	
	text-decoration: none !important;
}
.btn:active {
	position: relative;
	background-color: #006cd9;	
	box-shadow: inset 0px 1px 5px rgba(0, 0, 0, 0.3);
}
/* end Button */

/* Button */
.btn_clear {
	background-color: #A9A9A9;
	height: 18	px;
	display: inline-block;
	color: #fff !important;
	box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1), inset 0px 2px rgba(255, 255, 255, 0.1);
	background-image: url('../image/bgradient2.png');
	cursor: pointer;
	border-radius: 5px;
	padding: 0px 12px;
	font: bold 12px Arial;
	line-height: 18px !important;
}
.btn_clear:hover {
	background-color: #D4D4D4;	
	text-decoration: none !important;
}
.btn_clear:active {
	position: relative;
	background-color: #DDDDDD;	
	box-shadow: inset 0px 1px 5px rgba(0, 0, 0, 0.3);
}
/* end Button */

/* Button drop */
.btn-drop {
	background-color: #0080ff;
	height: 26px;
	display: block;
	float: left;
	box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1), inset 0px 2px rgba(255, 255, 255, 0.1);
	background-image: url('../image/bgradient2.png');
	line-height: 26px;
	cursor: pointer;
	position: relative;
	border-radius: 3px;
}
.btn-drop-focus,
.btn-drop-hover {background-color: #006cd9;}
.btn-drop-active {
	background-color: #006cd9;	
	box-shadow: inset 0px 1px 5px rgba(0, 0, 0, 0.3);	
	border-radius: 3px 3px 0px 0px;
}
.btn-drop dt {
	display: block;
	position: absolute;
	border: 3px solid transparent;
	border-top-color: #fff;
	width: 0px;
	height: 0px;
	right: 11px;	
	top: 11px;
}
.btn-drop dd {
	display: block;
	padding: 0px 10px;
	padding-right: 26px;
	font-weight: bold;
	color: #fff !important;
}
.btn-drop select {
	width: 100%;
	height: 25px;
	position: relative;
	top: -26px;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
}
/* end Button drop */


/* Search */
#search {
	height: 27px;
	display: block;
	background-color: #e5e5e5;
	border-radius: 3px;
	margin: 0px;
	padding: 0px;
	float: right;
	margin-left: 10px;
}
#search:hover {background-color: #f2f2f2;}
#search input {
	height: 17px;
	background-color: transparent;
	color: #444;
	padding: 5px 6px;
	float: left;
	width: 100px;
}
#search div {
	float: left;
	height: 27px;
	width: 27px;
	background: url('../image/search.png') center center no-repeat;	
	cursor: pointer;	
}
/* end Search */


/* Ribbon */
.ribbon {
	background-color: #ccc;
	position: relative;
	//left: -20px;
	width: 100%
	margin-bottom: 5px;
}
.ribbon .left div {
	position: absolute;
	top: 10px;
	height: 100%;
	background-color: #000;	
	width: 16px;
	left: -6px;
	opacity: 0.1;
	filter: alpha(opacity=10);
}
.ribbon .left span {
	position: absolute;
	display: block;
	height: 0px;
	width: 0px;
	border: 10px solid transparent;	
	border-right-color: #14171a;
	bottom: -10px;
	left: -10px;
}
.ribbon .right div {
	position: absolute;
	top: 10px;
	height: 100%;
	background-color: #000;	
	width: 16px;
	right: -6px;
	opacity: 0.1;
	filter: alpha(opacity=10);
}
.ribbon .right span {
	position: absolute;
	display: block;
	height: 0px;
	width: 0px;
	border: 10px solid transparent;	
	border-left-color: #14171a;
	bottom: -10px;
	right: -10px;
}
.ribbon .center {
	color: #fff;
	position: relative;
	padding: 0px 20px;
	
	background: #3d454c url('../image/texture2.png');
	
	background: url('../image/texture2.png'), linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
	background: url('../image/texture2.png'), -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
	background: url('../image/texture2.png'), -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
	background: url('../image/texture2.png'), -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
	background: url('../image/texture2.png'), -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#26000000', GradientType=0);
	
	background-color: #3d454c;
}
.ribbon .breadcrumb {
	padding: 3px 30px;	
}
.ribbon .breadcrumb h1 {
	font: 16px us101;
	margin-bottom: 2px;	
}
.ribbon .breadcrumb div {font: 11px Arial;}
.ribbon .breadcrumb span {
	font: 14px Arial;
	padding: 0px 2px;
}
.ribbon .breadcrumb div a {color: #fff;}
/* end Ribbon */

/* Ribbon */
.ribbonlogin {
	background-color: #ccc;
	position: relative;
	//left: -20px;
	width: 100%
	margin-bottom: 5px;
}
.ribbonlogin .left div {
	position: absolute;
	top: 10px;
	height: 100%;
	background-color: #000;	
	width: 16px;
	left: -6px;
	opacity: 0.1;
	filter: alpha(opacity=10);
}
.ribbonlogin .left span {
	position: absolute;
	display: block;
	height: 0px;
	width: 0px;
	border: 10px solid transparent;	
	border-right-color: #14171a;
	bottom: -10px;
	left: -10px;
}
.ribbonlogin .right div {
	position: absolute;
	top: 10px;
	height: 100%;
	background-color: #000;	
	width: 16px;
	right: -6px;
	opacity: 0.1;
	filter: alpha(opacity=10);
}
.ribbonlogin .right span {
	position: absolute;
	display: block;
	height: 0px;
	width: 0px;
	border: 10px solid transparent;	
	border-left-color: #14171a;
	bottom: -10px;
	right: -10px;
}
.ribbonlogin .center {
	color: #fff;
	position: relative;
	padding: 0px 20px;
	
	background: #3d454c url('../image/texture2.png');
	
	background: url('../image/texture2.png'), linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
	background: url('../image/texture2.png'), -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
	background: url('../image/texture2.png'), -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
	background: url('../image/texture2.png'), -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
	background: url('../image/texture2.png'), -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#26000000', GradientType=0);
	
	background-color: #3d454c;
}
.ribbonlogin .breadcrumb {
	padding: 3px 30px;	
}
.ribbonlogin .breadcrumb h1 {
	font: 16px us101;
	margin-bottom: 2px;	
}
.ribbonlogin .breadcrumb div {font: 11px Arial;}
.ribbonlogin .breadcrumb span {
	font: 14px Arial;
	padding: 0px 2px;
}
.ribbonlogin .breadcrumb div a {color: #fff;}
/* end Ribbon */







/* Pagination */
.pagination {
	display: inline-block;
	/*width: 100%;*/
	//margin-bottom: 2px;
}
.pagination .links {float: left;}
.pagination .links b,
.pagination .links a {
	position: relative;
	background-color: #0080ff;
	height: 30px;
	display: inline-block;
	color: #fff !important;	
	float: left;
	box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1), inset 0px 2px rgba(255, 255, 255, 0.1);
	background-image: url('../image/bgradient.png');
	line-height: 30px;
	cursor: pointer;
	padding: 0px 12px;
}
.pagination .links a + a {
	margin-left: -1px;
	box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1), inset 0px 2px rgba(255, 255, 255, 0.1), inset 2px 0px 0px 0px rgba(255, 255, 255, 0.05);
}
.pagination .links a:hover {
	z-index: 2;
	background-color: #006cd9;	
	text-decoration: none !important;
}
.pagination .links b,
.pagination .links a:active {
	position: relative;
	z-index: 2;
	background-color: #006cd9;	
	box-shadow: inset 0px 1px 5px rgba(0, 0, 0, 0.3);
}
.pagination .links *:first-child {border-radius: 3px 0px 0px 3px;}
.pagination .links *:last-child {border-radius: 0px 3px 3px 0px;}
.pagination .results {
	float: right;
	padding-top: 3px;
	font-size: 11px;
}
/* end Pagination */


/* Table list */
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	margin-bottom: 30px;
}
table.list td {
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
table.list thead td {
	background-color: #f5f8fc;
	padding: 7px;
       align:center;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #222;
	font-weight: bold;
}
table.list tbody td {
	vertical-align: top;
	padding: 7px;
}
table.list tfoot td {padding: 2px 7px;}
table.list .left {text-align: left;}
table.list .right {text-align: right;}
table.list .center {text-align: center;}

.block table.list, .block table.list td {border-color: #e1e4e8;}
.block table.list thead td {background-color: #edf0f4;}
.block table.list tbody td {background-color: #fff;}
/* end Table list */


/* Radio */
table.radio {
	width: 100%;
	border-collapse: collapse;
}
table.radio td {
	padding: 5px;
	vertical-align: middle;
}
table.radio tr td:first-child {width: 1px;}
table.radio tr.highlight:hover td {
	background: #eee;
	cursor: pointer;
}
table.radio label {
	width: 100%;
	height: 15px;
	display: inline-block;
}
/* end Radio */


/* Cart */

table.cart  {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}

table.cart td {padding: 7px;}
table.cart thead td {
	color: #444;
	font-weight: bold;
	background-color: #f5f8fc;
	border-bottom: 1px solid #eee;
}

table.report {
 /*border: 1px solid #eee;*/
}
.cart-info table {
	//width: 100%;
	//margin-bottom: 2px;
	border-collapse: collapse;
	//border: 1px solid #eee;

}
.cart-info table td {padding: 0px; 
                    /*font: 11px/14px Arial;*/}
.cart-info table tr.color {background-color:LightBlue;}
.cart-info table thead td {
	color: #444;
	font-weight: bold;
	background-color: #f5f8fc;
	border: 1px solid #1C3045;
       text-align:center;
       font-weight:bold;
}


.cart-info table tbody td {
	vertical-align: middle;
	border: 1px solid #2E5072;
}



.cart-info table tbody td.red {
	vertical-align: middle;
       background-color:#FF0000;
       font-weight: bold;
	border: 1px solid #2E5072;
}

.cart-info table tbody td.green {
	vertical-align: middle;
       background-color:#00FF00;
       font-weight: bold;
	border: 1px solid #2E5072;
}



.cart-info table tr:hover {
	background: #e1eafe;
}


}
/* end Cart */





/* box category */
.box-category {margin-top: -5px;}
.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-category > ul > li {padding: 8px 8px 8px 0px;}
.box-category > ul > li + li {border-top: 1px solid #eee;}
.box-category > ul > li > a {text-decoration: none;}
.box-category > ul > li ul {display: none;}
.box-category > ul > li a.active {font-weight: bold;}
.box-category > ul > li a.active + ul {display: block;}
.box-category > ul > li ul > li {padding: 5px 5px 0px 10px;}
.box-category > ul > li ul > li > a {
	text-decoration: none;
	display: block;
}
.box-category > ul > li ul > li > a.active {font-weight: bold;}

/* content */
#content .content {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}








/* banner */
.banner div {
	text-align: center;
	width: 100%;
	margin-bottom: 30px;
	display: none;
}

.ui-datepicker {
	font-size: 12px !important;	
}












/* Dl list */
dl.list {
	margin-bottom: 20px;
	padding-left: 10px;
}
dl.list dt {
	margin-bottom: 4px;
	font: bold 13px Arial;	
}
dl.list dd {
	position: relative;
	padding-left: 8px;
}
dl.list dd:before {
	display: block;
	content: '\00a0';
	position: absolute;
	width: 0px;
	height: 0px;
	border: 2px solid transparent;
	border-left-color: #bbb;
	left: 1px;
	top: 7px; 
}
/* end Dl list */


/* Table form */
table.form {
	width: 100%;
	margin-bottom: 2px;
}
table.form tbody th,
table.form tbody td {
	padding: 3px 0px;
	min-height: 26px;	
}
table.form tbody th {
	text-align: left;
	width: 140px;
	vertical-align: top;
	line-height: 26px;	
	padding-left: 4px;
	padding-right: 10px;
}
table.form tbody td span.error {
	color: #cc3333;	
	font-size: 11px;
	display: inline;
	padding-left: 10px;
}
table.form tbody th span.required {
	color: #cc3333;	
	font-size: 13px;
}
table.form tbody th span.required {
	color: #cc3333;	
	font-size: 13px;
}
/* end Table form */



/* Table formlayout*/
table.formlayout{
	//width: 100%;
	margin-bottom: 2px;
}
table.formlayout tbody th,
table.formlayout tbody td {
	padding: 1px 0px;
	min-height: 18px;	
}

table.formlayout tbody td.space {
	line-height: 18px;        
       text-align: right;     
       vertical-align: center;     
}

table.formlayout tbody th {
	text-align: left;
	width: 140px;
	vertical-align: top;
	line-height: 18px;	
	padding-left: 4px;
	padding-right: 10px;
}
table.formlayout tbody td span.error {
	color: #cc3333;	
	font-size: 11px;
	display: inline;
	padding-left: 10px;
}

table.formlayout tbody td.space span.error {
	color: #cc3333;	
	font-size: 11px;
	display: inline;
	padding-left: 10px;
}

table.formlayout tbody th span.required {
	color: #cc3333;	
	font-size: 13px;
}

table.formlayout tbody td.space span.required {
	color: #cc3333;	
	font-size: 13px;
}

table.formlayout tbody td span.required {
	color: #cc3333;	
	font-size: 13px;
}
/* end Table formlayout*/










/* Messages */
.success, .warning, .attention, .information {
	margin: 0px 10px;
	margin-bottom: 10px;
	padding: 10px 10px 10px 33px;
	color: #555;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
.success {
	background: #eaf7d9 url('../image/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
}
.warning {
	background: #ffd1d1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
       padding-top:2px;
}
.attention {
	background: #fff5cc url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #f2dd8c;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}
/* end Messages */


/* Horizontal tabs */
.htabs {
	height: 30px;		
	line-height: 16px;
	border-bottom: 1px solid #eee;	
}
.htabs a {
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee; 
	background-image: url('../image/tgradient.png');
	padding: 7px 15px 6px 15px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #000;
	margin-right: 4px;
	display: none;
	border-radius: 3px 3px 0px 0px;
}
.htabs a.selected {
	padding-bottom: 7px;
	background: #fff;
}
.tab-content {
	padding-top: 20px;
	z-index: 2;
	overflow: auto;
	margin-bottom: 30px;
}
/* end Horizontal tabs */





