/*  Title:    CART 2 QUOTE Stylesheet
    Author:   David Hund - Valued Standards
--------------------------------------------------------------------------- */
.c2q { display: block; overflow: hidden; margin-bottom: 20px; }
.c2q .ul { list-style:disc outside; padding-left:18px; }
.c2q li.section { display:inline; }
.c2q .tab-title,.c2q .allow .tab-title { border:1px solid #F9F3E3; height:69px }
.c2q .tab-title .numeration,.c2q .allow .tab-title .numeration,.c2q .active .tab-title .numeration { float:none; display:block; margin:0 auto; margin-bottom:10px; }
.c2q .tab-title { position:relative; float:left; text-align:center; padding:15px 11px 0; background:none; }
.c2q .tab-title a { display:none; }
.c2q .tab-title .numeration { background:#ccc; color:#fff; width:30px; height:30px; line-height:30px; -moz-border-radius:20px; -webkit-border-radius:20px; border-radius:20px; margin-bottom:10px; padding:0; border:0; }
.c2q .tab-title h2 { font-size:12px; color:#bbb; clear:both; }
.c2q .allow .tab-title { cursor:pointer; background:none;  }
.c2q .allow .tab-title .numeration { background:#000; color:#fff; }
.c2q .allow .tab-title h2 { color:#000; }
.c2q .active .tab-title { color:#ef0606; cursor:default; border:1px solid #CCCCCC; border-bottom:1px solid #FBFAF6; z-index:2; background-color: #FBFAF6; }
.c2q .active .tab-title .numeration { background:#F18200; border-color:#fff; color:#fff; }
.c2q .active .tab-title h2 { color:#F18200; }
.c2q .tab-title h2,.c2q .allow .tab-title h2,.c2q .active .tab-title h2 { width:100%; text-align:center; }
.c2q .tab-title { width:25%; }
.qquote-client-collaterals td input{
    width:250px;
    padding-right:10px;
}
.qquote-client-collaterals td select{
    width:265px;
    padding-right:0px;
}

.qquote-cart-collaterals  { float:right; padding:1px 0; width:605px; }
.qquote-cart-collaterals .box {
	background:url("../images/qquoteadv/css/base_mini_head_bg.gif") repeat-x scroll 0 0 #FFFFFF;
	border:1px solid #D0CBC1;
	margin-bottom:18px;
	padding:12px 15px;
}
.qquote-cart-collaterals .shipping-adress h4 {
	background-image:url("../images/qquoteadv/css/icon_lorry.gif");
	padding-left:23px;
	background-position:0 0;
	background-repeat:no-repeat;
	color:#E26703;
	min-height:16px;
	padding:1px 0 1px 21px;
	text-transform:uppercase;
	font-size:0.95em;
}
.qquote-client-collaterals  {
	float:right;
	padding:25px 0;
	width:605px;
}
.qquote-client-collaterals .box {
	background:url("../images/qquoteadv/css/base_mini_head_bg.gif") repeat-x scroll 0 0 #FFFFFF;
	border:1px solid #D0CBC1;
	margin-bottom:18px;
	padding:12px 15px;
}
.qquote-client-collaterals .client-data h4 {
	background-image:url("../images/qquoteadv/css/fill-form-icon.png");
	padding-left:23px;
	background-position:0 0;
	background-repeat:no-repeat;
	color:#E26703;
	min-height:18px;
	padding:1px 0 1px 35px;
	text-transform:uppercase;
	font-size:1.1em;
}
.w224  { width: 224px; }
.p5 { padding-left:5px; }
.m5{ margin-top:5px; } 
a.pad{ color:black; padding-left: 10px; }
div#parent{ position: relative; height:88px; }
div#parent textarea{ height:84px; }
div#comment{ 
    position: absolute; 
    padding: 1px; 
    margin: 3px;
    cursor:pointer;
    overflow-y: auto; 
    background: none repeat scroll 0 0 #FFFFFF;
    width: 98%;
    max-height: 170px;
}
ol.c2q {
    background: url(../images/menu_line.jpg) repeat-x bottom;
    padding-bottom: 10px;
}
.c2q .button2 { float: left; }
.c2q .blue { margin:10px 20px 0 0; }
.c2q li.section .tab-title { 
	/* a tab */
	float: none;
	display: inline-block;
	*float: left;
	width: auto;
	height: auto;
	background: #618499; /* Old browsers */
	background: -moz-linear-gradient(top, #d9e5ee 0%, #618499 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d9e5ee), color-stop(100%,#618499)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d9e5ee 0%,#618499 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d9e5ee 0%,#618499 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #d9e5ee 0%,#618499 100%); /* IE10+ */
	background: linear-gradient(top, #d9e5ee 0%,#618499 100%); /* W3C */
	border: 1px solid #999;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
	padding: 5px 10px;
	*padding-bottom: 10px;
	margin: 0 10px 0 0;
	font-size: 14px;
	text-shadow: 0 1px 0 #FFF;
}
.c2q li.section:hover .tab-title,
.c2q li.section.active .tab-title {
	/* Active tab */
	z-index: 100;
	background: #d9e5ee; /* Old browsers */
	background: -moz-linear-gradient(top, #C5D6E2 0%, #d9e5ee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C5D6E2), color-stop(100%,#d9e5ee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #C5D6E2 0%,#d9e5ee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #C5D6E2 0%,#d9e5ee 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #C5D6E2 0%,#d9e5ee 100%); /* IE10+ */
	background: linear-gradient(top, #C5D6E2 0%,#d9e5ee 100%); /* W3C */
	color: #ff5600;
	border-color: #999 #FFF #FFF #999;
	-webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
}
.c2q .tab-title .numeration, .c2q .allow .tab-title .numeration, .c2q .active .tab-title .numeration { 
	float: left; 
	height: auto;
	width: auto;
	background: transparent;
	color: #111;
	line-height: 22px;
	*line-height: 24px;
	margin: 0;
	padding: 0 1em;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-right: 1px solid #618499;
	-webkit-box-shadow: 1px 0 0 0 rgba(255,255,255,0.4);
	-moz-box-shadow: 1px 0 0 0 rgba(255,255,255,0.4);
	box-shadow: 1px 0 0 0 rgba(255,255,255,0.4);
}
.c2q .tab-title h2, .c2q .allow .tab-title h2, .c2q .active .tab-title h2 {
    clear: right;
    float: left;
	width: auto;
    margin: 5px .8em;
	color: #111;
}
.c2q .tab-title h2 { font-size: 14px; margin: 0; line-height: 14px; *line-height: 16px; text-shadow: 0 1px 0 rgba(255,255,255,0.5); }
.c2q .active .tab-title .numeration,
.c2q .active .tab-title h2 { color: #ff5600; text-shadow: 0 1px 0 #FFF; }
.c2q li:hover .tab-title .numeration, .c2q li:hover .tab-title h2 { color: #000; }
#shopping-cart-table #c2qBtn{ margin-right: 10px; }
#addressContainer{padding-top: 0;}
#addressCheckbox{margin: 15px 0 10px 0; }
#accountDiv,#shipDiv, #billDiv, #optionsDiv{margin: 15px 0 10px 0;}
.qquote-client-collaterals .left{}

.qquoteadv-index-index .qquote-box td {
    width:50%;
    padding: 10px;
}

.qquoteadv-index-index .qquote-box td:first-child {
    padding-left:0;
}

.qquoteadv-index-index .qquote-box td:last-child {
    padding-right:0;
}

.qquoteadv-index-index .qquote-box label {
    font-size: 14px;
    font-family: Open Sans, sans-serif;
    font-weight: 600;
    width: 30%;
    float: left;
    margin-bottom: 10px;
    height: 35px;
    line-height: 35px;
}

.qquoteadv-index-index .qquote-box label span {
    display: none;
}

.qquoteadv-index-index .qquote-box .input-wrapper {
    width: 70% !important;
    float: left;
    position: relative;
}

.qquoteadv-index-index .qquote-box .input-wrapper input,
.qquoteadv-index-index .qquote-box .input-wrapper select {
    height: 35px;
    width: 100%;
    padding: 2px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.qquoteadv-index-index .qquote-box .input-wrapper.check input {
    width:auto;
    float: none;
    height:auto;
    margin-bottom:2px;
}

.qquoteadv-index-index .qquote-box .input-wrapper.check label {
    width: auto;
    float: none;
    font-weight: normal;
    margin-left: 5px;
}

#qquote-tbl-remarks tr td {
    padding:0;
}

#qquote-tbl-remarks tr td label {
    float: none;
    width:100%;
}

#qquote-tbl-remarks tr td textarea {
    float: none;
    width: 100%;
    min-height: 150px;
}
