@charset "utf-8";
#descbox {
	background: url(../images/themes-bg.gif) 0 0 no-repeat;
	width: 900px;
	height: 220px;
	margin-left: auto;
	margin-right: auto;
}
#descbox #optionalbg {
	background: url(../images/optionalbg-middle-theme.gif) top right no-repeat;
	height: 220px;
	width: 900px;
	float: left;
}
#submenu {
	padding-top: 10px;
	padding-left: 10px;
}
#submenu .basic a, #submenu .premium a {
	height: 37px;
	width: 212px;
	background-position: top;
	display: block;
}
#submenu .basic a {
	background: url(../images/themes-sub-basic.png) 0 0 no-repeat;
}
#submenu .premium a {
	background: url(../images/themes-sub-premium.png) 0 0 no-repeat;
	margin-top: 10px;
}
#submenu .basic a:hover, #submenu .premium a:hover {
	background-position: bottom;
}
#content {
	background: url(../images/content-middle-theme.gif) 0 0 repeat-y;
}
#content #left {
	float: left;
	width: 190px;
	padding-left: 10px;
	padding-right: 10px;
}
#content #left .seperator {
	width: 190px;
	border-bottom: 1px dotted #b31517;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1px;
}
#content #left .title-support, #content #left .title-customization {
	height: 33px;
	line-height: 33px;
	color: #b31517;
	font-size: 15px;
	padding-left: 40px;
	margin-bottom: 10px;
}
#content #left .title-support {
	background: url(../images/themes-left-support.png) 0 0 no-repeat;
}
#content #left .title-customization {
	background: url(../images/themes-left-customization.png) 0 0 no-repeat;
}
#content #left .text {
	text-align: justify;
}
#content #right {
	float: right;
	width: 670px;
	padding-right: 10px;
}
#content #right #spot {
	width: 605px;
	margin-left: auto;
	margin-right: auto;
}
#content #right #spot .econ {
	width: 292px;
	float: left;
	padding-right: 8px;
	border-right: 1px dotted #b31517;
}
#content #right #spot .prem {
	width: 292px;
	float: left;
	padding-left: 8px;
}
#content #right #spot img {
	border: 1px solid #000;
}
#content #right #spot .title {
	font-size: 18px;
	text-align: center;
	margin-bottom: 5px;
}
#content #right #spot .colour {
	width: 26px;
	height: 26px;
	display: inline-block;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 3px;
}
#content #right #spot .colour a {
	width: 24px;
	height: 24px;
	border: 1px solid #000;
	display: block;
	margin: 0;
	padding: 0;
}
#content #right #spot .colour a:hover {
	border-color: #fff;
	cursor: pointer;
}
#content #right #spot .name {
	font-size: 18px;
	text-align: center;
	margin-top: 5px;
}
#content #right #spot .desc {
	font-size: 10px;
	text-align: center;
}
