body,h1,h2,h3,p,td,quote,small,form,input,ul,li,ol,label{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
}

body{
	color:#555555;
	font-size:13px;
	background-color:#282828;
}

.clear{
	clear:both;
}

#main-container{
	width:700px;
	margin:20px auto;
}

.container_final{
	position: fixed;
	margin-bottom:40px;
	top: 500px;
	left: 10px;
}

.container{
	margin-bottom:40px;
	}

.top-label{
	background:url(img/label_bg.png) no-repeat;
	display:inline-block;
	margin-left:20px;
	position:relative;
	margin-bottom:-15px;
}

.label-txt{
	background:url(img/label_bg.png) no-repeat top right;
	display:inline-block;
	font-size:11px;
	height:30px;
	margin-left:4px;
	padding:5px 5px 0 5px;
	text-transform:uppercase;
	font-weight: bold;
}

.content-area{
	background:url(img/container_top.png) no-repeat #fcfcfc;
	padding:15px 20px 0 20px;
}

.content{
	padding:10px;
}

.drag-desired{
	background:url(img/drag_desired_label.png) no-repeat top right;
	padding:30px;
}

.drop-here{
	background:url(img/drop_here_label.png) no-repeat top right;
}


.bottom-container-border{
	background:url(img/container_bottom.png) no-repeat;
	height:14px;
}

.product{
	border:2px solid #dddddd;
	float:left;
	margin:15px;
	padding:10px;
}

.sizes {
	padding: 2px;
	font-size: 12px;
	font-family: Arial, serif;
	}

.instructions{
	background: none no-repeat bottom left;
	padding: 10px;
	font-size: 11px;
	font-family: Arial, serif;
	}

.product img{
	cursor:move;
}

p.descr{
	padding:5px 0;
	width: 350px;
}

small{
	display:block;
	margin-top:4px;
}

.tooltip{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	display: none;

	background-color:#666666;
	border:1px solid #666666;
	color:#fcfcfc;

	padding:10px;
	
	-moz-border-radius:12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius:12px;
}

#cart-icon{
	width:128px;
	float:left;
	position:relative;
}

#ajax-loader{
	position:absolute;
	top:0px;
	left:0px;
	visibility:hidden;
}

#item-list{
	float:left;
	width:490px;
	margin-top: 15px;
	margin-left:20px;
	padding-top:15px;
	border-style: dashed;
	border-width: 1px;
	border-color: #656565;
}

a.remove,a.remove:visited{
	color:#b90000;
	font-size:10px;
	text-transform:uppercase;
}

#total{
	clear:both;
	float:right;
	font-size:12px;
	font-weight:bold;
	padding:10px 12px;
	text-transform:uppercase;
}

#item-list table{
	background-color:#F7F7F7;
	border:1px solid #EFEFEF;
	margin-top:5px;
	padding:4px;
	font-family: Arial, serif;
	font-size: 12px;
}

a.button,a.button:visited{
	display:none;

	height:29px;
	width:136px;

	padding-top:15px;
	margin:0 auto;
	overflow:hidden;

	color:#b90000;	
	font-size:12px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	
	background:url(img/button.png) no-repeat center top;
}

a.button:hover{
	background-position:bottom;
	text-decoration:none;
}


a, a:visited {
	color:#b90000;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

h1{
	font-size:28px;
	font-weight:bold;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
}

h2{
	font-weight:normal;
	font-size:20px;
	
	color:#666666;
	text-indent:30px;
	margin:20px 0;
}

.header h1{
	color:white;
	margin-bottom:10px;
	font-size:48px;
}

.header h3{
	color:#F5F5F5;
	font-size:10px;
	font-weight:bold;
	margin-bottom:30px;
	text-transform:uppercase;
}

.tutorial-info{
	color:white;
	text-align:center;
	padding:10px;
	margin-top:-20px;
}
