@CHARSET "ISO-8859-1";

.pageTextHeader.values {
	color: #000000;
}

.pageTextHeader input,.pageTextHeader select,.pageTextHeader select option
	{
	font-size: 11px;
	padding: 2px 1px 1px;
}

.text10 {
	padding-right: 5px;
}

.withArrowsLeft {
	color: #950000;
	font-weight: bold;
	cursor: pointer;
}

.td_info {
	padding: 3px;
}

.text10rosu {
	
}

a {
	color: #00636c;
}

a.withArrows {
	background: url(../images/button.gif) no-repeat scroll left center;
	color: #FFFFFF;
	display: block;
	float: right;
	margin: 5px;
	padding-left: 15px;
	text-decoration: none;
	cursor: pointer;
	text-decoration: none;
}

.withArrows span {
	background: url(../images/button.gif) no-repeat scroll right center;
	color: #FFFFFF;
	display: block;
	float: left;
	height: 23px;
	line-height: 23px;
	padding-right: 15px;
	cursor: pointer;
}

a.withArrowsMin100 {
	background: url(../images/button.gif) no-repeat scroll left center;
	color: #FFFFFF;
	display: block;
	float: right;
	margin: 5px;
	padding-left: 15px;
	text-decoration: none;
	cursor: pointer;
	text-decoration: none;
}

.withArrowsMin100 span {
	background: url(../images/button.gif) no-repeat scroll right center;
	color: #FFFFFF;
	display: block;
	float: left;
	height: 23px;
	line-height: 23px;
	min-width: 140px;
	text-align: center;
	padding-right: 15px;
	cursor: pointer;
}

.borderChenar1px {
	border: 1px solid #035466;
	background-color: #EEEEEE;
}

.borderChenar2px {
	border-left: solid;
	border-left-width: 1px;
	border-left-color: #035466;
	border-right: solid;
	border-right-width: 1px;
	border-right-color: #035466;
	background-color: #EEEEEE;
}

.login_1 {
	border-bottom: 1px solid #999999;
}

.login_2 {
	border-bottom: 1px solid #FF0000;
}

.login_red {
	border-bottom: 1px solid red;
}

.input_font_required {
	color: red;
}

.login_3 {
	background-color: Gainsboro;
}

.border_1 {
	border-bottom: 1px solid #000000;
}

.color_1 {
	background-color: Silver;
}

.login_4 {
	background-color: #C3C3C3;
	color: #C3C3C3;
}

.border_1 {
	border: 1px solid #C3C3C3;
}

.color_2 {
	background-color: #C3C3C3;
}

.color_3 {
	background-color: #cbdce0;
}

.color_4 {
	background-color: #EEEEEE;
}

.button_div_left {
    background: #2E9FCE none repeat scroll 0 0;
    border-radius: 5px;
    height: 28px;
    line-height:24px;
    padding-right: 10px;
    text-align: center;
}

a.button_text {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff !important;
	position: relative;
	top: 2px;
	text-decoration: none;
}

.button_div_right {

}

div.button_div {
	cursor: pointer;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

div.button_div:hover div.button_div_left {

}

div.button_div:hover div.button_div_right {

}

div.renewButton {
    padding:2px;
    margin:3px;
    border-radius:3px;
    border-color: #aaa #aaa #aaa -moz-use-text-color;
    border-image: none;
    border-style: solid solid solid solid;
    border-width: 1px 1px 1px 1px;
    font-size:90%;
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #ffffff 0%, #efefef 100%) repeat scroll 0 0;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
div.renewButton a {
color:black;
}

/***********   CLIENT ACCOUNT DECLARATIONS 	 ***********/
.client-account-wrap {
	margin: 10px;
}

.client-account-content {
	border: 1px solid #ddd;
	background: #fff;
	
}

.rounded-no-lt {
	-webkit-border-radius: 6px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 6px;
	-moz-border-radius-topleft: 0;
	border-radius: 6px;
	border-top-left-radius: 0;
}

.rounded-top {
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.rounded-no-lb {
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
}

.rounded {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.client-account-ul-menu {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	text-align: left;
}

.client-account-ul-menu li {
	float: left;
	margin-right: 1px;
	background: #F5F5F5;
	border: 1px solid #ddd;
	border-bottom: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	margin-top: 4px;
    margin-left:3px;
    margin-bottom:3px;
    vertical-align: middle;
	color: #666666;
    max-width:120px;
    text-align:center;
    height:38px;
}

.client-account-ul-menu li:hover {
	background: #fff;
}

.client-account-ul-menu li a {
	color: #666;
    display:table-cell;
    vertical-align: middle;
    width:100%;
    height:33px;
    font-size:13px;
}
#client-account-ul-menu li {

}
#clAccount-active {
	border-bottom-color: #fff;
    height:41px;
    font-weight:bold;
	margin-bottom: -3px;
	background-color: #fff;
	margin-top: 0;
	padding-top: 7px;
	padding-bottom: 1px;
}

.clAccount-top {
	text-align: right;
	margin: 10px;
}

#clAccount-active a {
	color: #006666 !important;
}

.clAccount-block {
	border: 1px solid #ddd;
	margin: 10px;
	margin-top: 18px;
	margin-bottom: 18px;
	background: url('../images/clAccount/clAccount-block-bg.png') repeat-x;
}

.clAccount-block-Icon {
	float: left;
	height: 25px;
	line-height: 25px;
	padding-left: 6px;
	padding-right: 6px;
	border-right: 1px solid #ddd;
}

.clAccount-block-Title {
	float: left;
	height: 25px;
	line-height: 25px;
	padding-left: 6px;
	font-size: 14px;
}

.clAccount-block-content {
	border-top: 1px solid #ddd;
	text-align: left;
}

.clAccount-block-cLeft {
	width: 50%;
	border-right: 1px solid #ddd;
}

.clAccount-block-cRight {
	width: 50%;
	display: inline-block;
}

.clAccount-ProfileImg {
	width: 68px;
	height: 64px;
	border: 1px solid #ddd;
	margin: 5px;
	display: inline-block;
	background: url('../images/clAccount/clAccount-profile-Img.png') center bottom
		no-repeat;
}

.clAccount-Links {
	
}

.viewOrders{
margin:10px;
}
.clAccount-block-left{
width: 50%;
float:left;
border-right: 1px solid #ddd;
padding:10px;
padding-right:0;
background: #E3F6F6;
}
.clAccount-block-right{
width: 45%;
float:left;
padding:10px;
padding-right:0;
}
.clAccount-block-left span{
font-weight: bold;
padding-right:12px;
line-height:20px;
}
.clAccount-block-right span{
font-weight: bold;
padding-right:15px;
line-height:20px;
 }
.clAccount-OrderDetails{
margin-top:6px;

}
.clAccount-CommandeStatus{
font-weight: bold;
padding-right:12px;
line-height:20px;
}
.clAccount-OrderDetails a{
float:right;
line-height:20px;
margin-right:10px;
}
.nest-block{
min-height: 122px;
}
.border-1-top{
border-top:1px solid #ddd;
}
.client-account-content a:hover{
/*font-weight: bold !important;*/
color: #000;
}
.totalPurchaseCost{
float: right;
}
.margin-10{
padding: 10px;
}
.serial-red{
color: #ff0000;
}
.serialStatus-White{
background-color: #ffffff;
}
.serialStatus-Green{
background-color: #33cc33;
}
/***********   		      //	 			 ***********/

#devis {
    background: #fff none repeat scroll 0 0;
    font-family: Arial,sans-serif;
    padding: 15px;
    position: relative;
    width: 1125px;
}
#devis .shadow {
    background: rgba(0, 0, 0, 0) url("https://www.voucherreseller.com/skins/voucherReseller/images/box-shadow.png") no-repeat scroll 0 0;
    height: 49px;
    left: -12px;
    position: absolute;
    top: -11px;
    width: 275px;
}
#devis .box-eset-corner-right {
    background: rgba(0, 0, 0, 0) url("https://www.voucherreseller.com/skins/voucherReseller/images/devis-eset-corner-right.png") no-repeat scroll 0 0;
    height: 70px;
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
}
#devis .devisProductImage td {
    height: 90px !important;
}
#devis h1 {
    font-size: 17px;
    margin: 0;
    padding: 5px;
}
#devis h2 {
    border: medium none;
    color: #000000;
    font-size: 18px;
    font-weight: normal;
    margin: 15px 0 0;
    padding: 0;
}
#devis h2 span {
    color: #999999;
}
#devis table {
    border-collapse: collapse;
    color: #000000;
    font-family: Arial,sans-serif;
    font-size: 15px;
    width: 100%;
}
#devis table.features td {
    border-bottom: 1px dashed #ccc;
    padding: 10px 15px 10px 0;
}
#devis table.autoWidth {
    width: auto;
}
#devis table.features td.noPadding {
    padding: 0;
}
#devis table.features td.noBorder {
    border-bottom: 0 none;
}
#devis .left {
    float: left;
}
#devis .right {
    float: right;
}
#devis .featureDescription {
    color: #999999;
    font-size: 13px;
}
#devis .featureHeadline {
    display: block;
}
#devis label.topTitle {
    display: block;
    font-size: 15px;
    margin-bottom: 5px;
}
#devis table.features input[type="text"] {
    border: 1px solid #bfbfbf;
    font-size: 15px;
    height: 15px;
    padding: 3px;
    width: 28px;
}
#devis .text-right {
    text-align: right;
}
#devis .text-center {
    text-align: center;
}
#devis .text-left {
    text-align: left;
}
#devis .text-grey {
    color: #999;
}
.marginTop10 {
    margin-top: 10px;
}
#devis .marginBottom5 {
    margin-bottom: 5px;
}
#devis .marginBottom10 {
    margin-bottom: 10px;
}
#devis .marginBottom15 {
    margin-bottom: 15px;
}
#devis .marginBottom20 {
    margin-bottom: 20px;
}
#devis .marginLeft5 {
    margin-left: 5px;
}
#devis .marginLeft10 {
    margin-left: 10px;
}
#devis .paddingTop10 {
    padding-top: 10px;
}
#devis .paddingLeft5 {
    padding-left: 5px;
}
#devis .paddingLeft10 {
    padding-left: 10px;
}
#devis .paddingRight20 {
    padding-right: 20px;
}
#devis .paddingLeft20 {
    padding-left: 20px;
}
#devis ul {
    font-size: 13px;
    list-style: outside none square;
    margin: 0 0 0 15px;
    padding: 0;
}
.importantNote {
    background: #fff none repeat scroll 0 0;
    padding: 10px;
    position: relative;
}
.importantNote .shadow {
    background: rgba(0, 0, 0, 0) url("https://www.voucherreseller.com/skins/voucherReseller/images/box-shadow.png") no-repeat scroll 0 0;
    height: 49px;
    left: -12px;
    position: absolute;
    top: -11px;
    width: 275px;
}
.importantNote.withMargins {
    margin: 15px 50px 0;
}
.importantNote.withBorder {
    border: 1px solid #edeef2;
}
.importantNote h2 {
    color: #006666;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
}
#devis a.buttonSolution {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 16px;
    height: 57px;
    line-height: 35px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px #000000;
    vertical-align: middle;
    width: 240px;
}
#devis .solutionsContainer {
    background: #fbfcfc none repeat scroll 0 0;
    border: 2px solid #066a7f;
    border-radius: 5px;
    font-family: Arial,sans-serif;
    font-size: 14px;
    padding: 15px;
}
#devis .hidden {
    display: none;
}
#devis .devisHolder {
    background: #f2f2f3 none repeat scroll 0 0;
    border: 1px solid #d8d8d8;
    margin: 20px;
    padding: 15px;
}
#devis .devisHolder input[type="text"], #devis .devisHolder input[type="password"] {
    border: 1px solid #bfbfbf;
    font-family: Arial,sans-serif;
    font-size: 14px;
    padding: 2px;
    width: 250px;
}
#devis .devisHolder .sectionHeader {
    background: #066a7f none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    padding: 2px 2px 2px 7px;
}
#devis #tva {
    width: 200px;
}
#devis .w250 {
    width: 250px;
}
#devis .w77 {
    width: 77px;
}
#devis .wFull {
    width: 100%;
}
#devis .positionRelative {
    position: relative;
}
#devis #countryIso, #devis select, #devis textarea {
    border: 1px solid #bfbfbf;
    padding: 2px;
}
#devis .text-red {
    color: #066a7f;
}
#devis .ui-radio, #devis .ui-checkbox {
    float: left;
}
#devis .center-ui-checkbox .ui-checkbox, #devis .center-ui-checkbox .ui-radio {
    float: none !important;
    margin: 0 auto !important;
}
#devis .center-block {
    margin: 0 auto !important;
}
#devis #vatErrorField {
    display: block;
    position: relative;
}
#devis #vatErrorField.checked {
    display: inline !important;
    position: absolute;
    right: -5px;
    top: 5px;
}
#devis .productHolder table.priceMatrix td:first-child {
    border-left: medium none;
}
#devis .productHolder table.priceMatrix tr td {
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
}
#devis .productHolder table.priceMatrix tr:first-child td {
    border-top: medium none;
}
#devis .productHolder table.priceMatrix table tr td {
    border: medium none !important;
}
#devis .class_preloader {
    display: none;
}
a.order-button.accepterDevis, a.order-button.accepterDevis:hover {
    background: #056276 none repeat scroll 0 0 !important;
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: bold;
    height: 23px;
    padding-top: 5px;
    text-align: center;
    width: 91px;
}
a.order-button.refuserDevis, a.order-button.refuserDevis:hover {
    background: #c62f2e none repeat scroll 0 0;
    color: #ffffff;
    display: block;
    font-size: 13px;
    font-weight: bold;
    height: 23px;
    padding-top: 5px;
    text-align: center;
    width: 91px;
}
.fancybox-inner h1 {
    margin-bottom: 10px;
    padding-bottom: 10px;
}