/* Colours */

.orange {
	color: #e64e2c;
}

.grey {
	color: #6d6f72;
}

.dgrey {
	color: #e64e2c;
}

.black {
	color: #000000;
}

/* Icons */

.new_icon {
	position: absolute;
	top: -10px;
	left: 185px;
}

.star_icon {
	position: relative;
	top: -3px;
	float: left;
	margin-right: 5px;
}

.speech_icon {
	position: relative;
	top: -1px;
	float: left;
	margin-right: 5px;
}

/* Divs */

.advert_main a {
	color: #000000;
}

.blue_download_box {
	background: #ddf1fc;
	padding: 40px 40px 40px 15px;
	width: 625px;
	margin: 30px 0 20px 0;
}

.blue_download_box a {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}

.download_link {
	background: url(../../images/download_button.gif) no-repeat;
	padding: 20px 0 20px 70px;
}

#recently_added_header {
	position: relative;
	height: 14px;
	background: url(../../images/green_grad.gif) repeat-x;
	color: #ffffff;
	font-weight: bold;
	padding: 6px;
}

#most_popular_header {
	position: relative;
	height: 14px;
	background: url(../../images/orange_grad.gif) repeat-x;
	color: #ffffff;
	font-weight: bold;
	padding: 6px;
}

#feedback_header {
	position: relative;
	height: 14px;
	background: url(../../images/dgrey_grad.gif) repeat-x;
	color: #ffffff;
	font-weight: bold;
	padding: 6px;
}

#download_header {
	position: relative;
	height: 14px;
	background: url(../../images/bgrey_grad.gif) repeat-x;
	color: #ffffff;
	font-weight: bold;
	padding: 6px;
}

#comingsoon_header {
	height: 50px;
	width: 423px;
	background: url(../../images/dgrey2_grad.gif) repeat-x;
}

.grey_box {
	background: #f3f3f4 url(../../images/grey_grad.gif) repeat-x;
	padding: 6px;
	padding-top: 12px;
	padding-bottom: 6px;
}

.grey_box2 {
	background: #f3f3f4 url(../../images/grey_grad.gif) repeat-x;
	padding: 6px;
	padding-bottom: 0;
	margin-bottom: -6px;
	width: 411px;
}

.grey_box3 {
	background: #f3f3f4 url(../../images/grey_grad.gif) repeat-x;
	padding: 6px;
	padding-top: 12px;
	padding-bottom: 6px;
}

.grey_box4 {
	background: #f3f3f4 url(../../images/grey_grad_dl.gif) repeat-x;
	padding: 6px;
	padding-top: 12px;
	padding-bottom: 6px;
}

.grad_footer {
	height: 6px;
	background: url(../../images/grad_footer.gif) repeat-x;
	margin-bottom: 10px;
}

.grad_footer2 {
	height: 6px;
	background: url(../../images/grad_footer.gif) repeat-x;
	margin-bottom: 2px;
	width: 423px;
}

.grad_footer3 {
	height: 6px;
	background: url(../../images/grad_footer.gif) repeat-x;
	margin-bottom: 10px;
}

.item_bar {
	height: 20px;
	width: 423px;
	/* background: url(../../images/item_bar.gif) no-repeat; */
	margin-bottom: 10px;
}

textarea.comment {
	border: 1px solid #b0b0b1;
	width: 100%;
	height: 80px;
	margin-bottom: 5px;
	overflow: auto;
	font-family: Helvetica, Arial, Verdana;
	font-weight: normal;
	font-size: 11px;
}
input.submit {
	visibility: hidden;
	display: none;
}
input.dy_main {
	width: 300px;
}
input.dy_main2 {
	width: 80px;
}

ul.coming_soon {
	padding: 0;
	margin: 0;
	margin-left: 16px;
	list-style-type: disc;
	margin-bottom: 8px;
	margin-top: 6px;
}

ul.coming_soon li {
	padding: 0;
	margin: 0;
	color: #e64e2c;
	list-style-type: disc;
	margin-bottom: 5px;
	font-size: 14px;
}

ul.coming_soon li span{
	color: #515153;
}

ol.most_popular {
	padding: 0;
	margin: 0;
	margin-left: 16px;
}

ol.most_popular li {
	padding: 0;
	margin: 0;
	color: #e64e2c;
	margin-bottom: 5px;
}

ol.most_popular li span{
	color: #000000;
}

hr {
	margin-top: 5px;
	margin-bottom: 5px;
}

hr.fix {display: block; clear: both; visibility: hidden;}

img.item {
	float: left;
	margin-right: 10px;
}

.new {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}

.item_name {
	font-size: 20px;
	font-weight: bold;
	color: #e64e2c;
}

.includes {
	color: #6d6f72;
}
