form#auth input.text {
	width: 275px;
	height: 29px;
	line-height: 29px;
	border: 1px solid #d6d4d9;
	clear: both;
	padding-left: 8px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-top: 15px;
}

form#order input.text {
	width: 668px;
	height: 29px;
	line-height: 29px;
	border: 1px solid #d6d4d9;
	clear: both;
	padding-left: 8px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
}

form#auth img {
	margin-bottom: 3px;
	cursor: pointer;
	vertical-align:middle;
}

form#auth input.error {
	border: 1px solid red;
	margin-bottom: 0;
}

form#auth label.error {
	background: red;
	margin-bottom: 10px;
	width: 100%;
	display: block;
	padding-left: 8px;
	border: 1px solid red;
	color: #fff;
	text-transform: uppercase;
	height: 23px;
	line-height: 23px;
}


div#pagetitle span {
	float:right;
	font-weight:bold;
	font-size:18px;
	color:#01babd;
	padding-right:38px;
}

div#order h1 {
	background:#01babd;
	color:#fff;
	padding-left:8px;
	margin-top:18px;
}
div#order-save h1 {
	background:#01babd;
	color:#fff;
	padding-left:8px;
	margin-top:18px;
}

/* TABLE */

div#order table {
	width:100%;
	border-collapse:collapse;
	font-weight:bold;
}

div#order td {
	padding-left:8px;
	width:136px;
	height:31px;
	vertical-align:middle;
	text-align:center;
	border-bottom:1px solid #caf0f1;
}

div#order tr:hover {
	background: #ddf5f7;
	cursor:pointer;
}

div#order tr.header{
	background:#01babd;
}

div#order tr.header td {	
	height:22px;
	color:#fff;
	text-transform:uppercase;
	border-bottom:none;
	cursor:text;	
	
}

div#order td.tl {
	background:#01babd url(http://www.7cont.ru/images/tl.gif) no-repeat top left;
}

div#order td.tr {
	background:#01babd url(http://www.7cont.ru/images/tr.gif) no-repeat top right;
}

div#order .delete td {
	background:#f5e4ec;
	border-top:1px solid #efaec4;
	border-bottom:1px solid #efaec4;
	color:#9a9a9c;
}

div#order td .light {
	font-weight:normal;
}

div#order td.name {
	width:600px;
	text-align:left;
}


/* TABLE STYLING FOR saving cart */

div#order-save table {
	width:100%;
	border-collapse:collapse;
	font-weight:bold;
}

div#order-save td {
	padding-left:8px;
	width:136px;
	height:31px;
	vertical-align:middle;
	text-align:center;
	border-bottom:1px solid #caf0f1;
}

div#order-save tr:hover {
	background: #ddf5f7;
	cursor:pointer;
}

div#order-save tr.header{
	background:#01babd;
}

div#order-save tr.header td {	
	height:22px;
	color:#fff;
	text-transform:uppercase;
	border-bottom:none;
	cursor:text;	
	
}

div#order-save td.tl {
	background:#01babd url(http://www.7cont.ru/images/tl.gif) no-repeat top left;
}

div#order-save td.tr {
	background:#01babd url(http://www.7cont.ru/images/tr.gif) no-repeat top right;
}

div#order-save .delete td {
	background:#f5e4ec;
	border-top:1px solid #efaec4;
	border-bottom:1px solid #efaec4;
	color:#9a9a9c;
}

div#order-save td .light {
	font-weight:normal;
}

div#order-save td.name {
	width:600px;
	text-align:left;
}

/* TABLE STYLING FOR STEP 1 */

table#step1 td.quantity input {
	width:3em;
	text-align:center;
}

table#step1 td {
	width:100px;
}

/* TABLE STYLING FOR STEP 2 */

table#step2 td {
	text-align:left;
}
table#step2 tr:hover {
	background:none;
	cursor: auto;
}

/* TABLE STYLING FOR STEPS 3 AND 5 */

table#step5 td, table#step3 td {
	width:100px;
}

table#step5 td:hover, table#step3 td:hover {
	cursor:default;
}



/* FORM ELEMENTS */

div#order td input {
	margin-right:8px;
}

div#order p.details {
	line-height:30px;
}

div#order select {
	/*height:30px;
	padding: 0 45px 0 12px;
	background:url(images/order/expand.gif) no-repeat right 10px;*/
	border:1px solid #E6EBEA;
}

div#order label {
	font-weight:bold;
	margin:10px 3px;
}

div#order textarea {
	display:block;
	clear:both;
	height:110px;
	width:656px;
	border:1px solid #E6EBEA;
	padding:12px;
	margin-bottom:30px;
	color:#b1b1b1;
}

div#order-save td input {
	margin-right:8px;
}

div#order-save p.details {
	line-height:30px;
}

div#order-save select {
	/*height:30px;
	padding: 0 45px 0 12px;
	background:url(images/order/expand.gif) no-repeat right 10px;*/
	border:1px solid #E6EBEA;
}

div#order-save label {
	font-weight:bold;
	margin:10px 3px;
}

div#order-save textarea {
	display:block;
	clear:both;
	height:110px;
	width:656px;
	border:1px solid #E6EBEA;
	padding:12px;
	margin-bottom:30px;
	color:#b1b1b1;
}


/* ORDER NAVIGATION */

div#orderbuttons {
	width:688px;
	padding: 6px 17px 0 18px;
	margin-left:-21px;
	margin-bottom:8px;
	border-top:1px solid  #E6EBEA;
	clear:both;
	font-weight:bold;
	
}

div#orderbuttons img {
	cursor:pointer;
}

div#orderbuttons #next {
	float:right;
}

div#orderbuttons-save {
	width:688px;
	padding: 26px 17px 0 18px;
	margin-left:-21px;
	margin-bottom:8px;
	clear:both;
	font-weight:bold;
	
}

div#orderbuttons-save img {
	cursor:pointer;
}

div#orderbuttons-save #next {
	float:right;
}

/* THANKYOU/ORDERID MESSAGE */

div#thankyou {
	background: #ffda1a;
	margin-top:18px;
	height:88px;
	clear:both;
}

div#thankyou div.inner {
	float:left;
	padding:18px;
}

div#thankyou .orderid {
	font-weight:bold;
	font-size:12px;	
	text-transform:uppercase;
	text-align:center;
	padding-top:26px;
	width:125px;	
	
}

div#thankyou .orderid span {
	display:block;
	font-weight:bold;
	font-size:28px;
}

div#thankyou .description {
	padding:18px;
	width:396px;
	border-right:1px solid white;
	border-left:1px solid white;
	text-align:justify;
	line-height:17px;
}

div#thankyou .reload  {
	background:url(http://www.7cont.ru/images/order/reload.gif) no-repeat 18px 18px;
	height:46px;
	width:48px;
	cursor:pointer;
}

/* SUMMARY */
div.summary {
	line-height:32px;
	border-bottom:1px solid  #E6EBEA;
}

div.summary a {
	text-decoration: none;
}

div.summary a:hover {
	text-decoration:underline;
}
