
nav #menu_2{
	color:#118fb7;
	box-shadow:0 2px #e79f07;
}


.article img, .article p{
	display:inline-block;
	vertical-align:top;
	overflow:break;
}
.article p{
	width:600px;
	padding:0 10px;
}

#progress_bar{
	display:block;
	width:100%;
	height:400px;
	font-size:20px;
	font-weight:bold;
	padding-top:150px;
	padding-left:200px;
	color:#414141;
	background:url('../images/preloader.html') no-repeat 200px 150px;
}
.article{
	margin-bottom:15px;
	padding:10px;
	min-height:500px;
}
.article div img{
	display:block;
	border-radius:5px;
	box-shadow:0 1px 4px rgba(0,0,0,0.4);
}
.article div .price{
	margin-left:15px;s
}
.article div{
	display:inline-block;
	margin:10px;
}
.article .size{
	display:block;
	font-weight:bold;
	font-size:15px;
	margin:5px 0;
	color:#fba700;
}
aside{
	position:absolute;
	right:15px;
	top:350px;
	width:250px;
}
#forward-button{
	position:absolute;
	right:-260px;
	top:245px;
	text-align:center;
	border-radius:5px;
	padding:20px 10px;
	background:#303030;
	color:#fff;
	font-weight:bold;
	display:inline-block;
	width:220px;
	text-shadow:0 1px 2px #1d1d1d;
	box-shadow:0 2px 4px rgba(0,0,0,0.8);
	-webkit-transition:all 0.2s ease-in-out;
}
#shipped-icon{
	position:absolute;
	right:-260px;
	top:245px;
	text-align:center;
	border-radius:5px;
	padding:20px 10px;
	background:#f4f4f4;
	color:#3c3c3c;
	font-weight:bold;
	display:inline-block;
	width:220px;
	box-shadow:inset 1px 2px 5px rgba(0,0,0,0.4);
}
#forward-button:hover{
	background:#575757;
}
aside form{
	background:#e79f07;
	padding:10px;
	border-radius:5px;
	box-shadow:0 1px 4px rgba(0,0,0,0.3);
}
aside h3{
	text-align:left;
	color:#fff;
}
aside input{
	border:0;
	padding:10px;
	border-radius:3px;
	box-shadow:0 0 2px #ffebc2,
	inset 0 -1px 5px gray;
	width:210px;
	margin:0 auto;
	color:#484848;
}
aside label{
	font-weight:bold;
}
aside input[type="submit"], .submit-buttons{
	border:0;
	padding:8px;
	width:80px;
	color:#fff;
	background:#353735;
	box-shadow:0 1px 5px rgba(0,0,0,0.8);
	margin:5px auto;
	border-radius:5px;
}
aside input[type="submit"]:hover, .submit-buttons:hover{
	background:#1a1a1a;
}
#box-summary{
	position:relative;
	background:#f4f4f4;
	border-radius:5px;
	width:650px;
	min-height:400px;
	padding:10px;
	border:dashed 1px #939393;
	box-shadow:0 0 0 4px #f4f4f4,
	0 5px 10px #000;
	font-family:consolas;
	font-size:16px;
}
#box-summary td{
	background:#fff;
}
#box-summary .label{
	width:200px;
	color:#e79f07;
}
#box-summary .separator{
	background:#f4f4f4;
}
#box-summary img{
	box-shadow:none;
	margin-bottom:40px;
}

body{
	background:
	url('../images/top-bar.jpg') repeat-x top,
	url('../images/blue_bar.jpg') repeat-x bottom,
	url('../images/5.1.jpg') no-repeat right bottom;
}

section .label{
	font-weight:bold;
	padding:0 10px;
	color:4f4f4f;
}

section  input[type="text"], section select{
	border:0;
	height:40px;
	background:#f0f0f0;
	padding-left:10px;
	width:300px;
	border-radius:5px;
	box-shadow:inset 0 1px 5px gray;
}
#zip-code{
	width:100px;
}
section  #box-content{
	border:0;
	height:100px;
	border:dashed 1px #e79f07;
	padding-left:10px;
	border-radius:5px;
	font-family:consolas;
}
#errorMessage{
	display:block;
	text-align:center;
	width:300px;
	padding:10px 20px;
	font-size:15px;
	margin-top:50px;
	margin-left:100px;
	font-weight:bold;
	color:#fff;
	background:#dc2a2a;
	border-radius:5px;
	box-shadow:0 1px 3px #7f7f7f;
}

