#filter_phones {
	background-image: url('../images/elements/sortphones_bg.jpg');
	background-repeat: no-repeat;
	width: 430px;
	height: 365px;
	float: left; 
	margin: 5px 50px 0 0;
}

#filter_phones h3 {
	margin: 15px 0 40px 20px;
}

.web_feature_icon {
	width: 25px;
	height: 29px;
	background-image: url('../images/elements/phone_icons2.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	display: inline-block;
	margin: 0 0 -7px 0;
}

.smartphone_feature_icon {
	width: 25px;
	height: 29px;
	background-image: url('../images/elements/phone_icons2.png');
	background-repeat: no-repeat;
	background-position: -25px 0;
	display: inline-block;
	margin: 0 0 -7px 0;
}

.threeg_feature_icon {
	width: 25px;
	height: 29px;
	background-image: url('../images/elements/phone_icons2.png');
	background-repeat: no-repeat;
	background-position: -50px 0;
	display: inline-block;
	margin: 0 0 -7px 0;
}

.touch_feature_icon {
	width: 25px;
	height: 29px;
	background-image: url('../images/elements/phone_icons2.png');
	background-repeat: no-repeat;
	background-position: -175px 0;
	display: inline-block;
	margin: 0 0 -7px 0;
}

.flip_feature_icon {
	width: 25px;
	height: 29px;
	background-image: url('../images/elements/phone_icons2.png');
	background-repeat: no-repeat;
	background-position: -75px 0;
	display: inline-block;
	margin: 0 0 -7px 0;
}

.camera_feature_icon {
	width: 25px;
	height: 29px;
	background-image: url('../images/elements/phone_icons2.png');
	background-repeat: no-repeat;
	background-position: -100px 0;
	display: inline-block;
	margin: 0 0 -7px 0;
}

.music_feature_icon {
	width: 25px;
	height: 29px;
	background-image: url('../images/elements/phone_icons2.png');
	background-repeat: no-repeat;
	background-position: -125px 0;
	display: inline-block;
	margin: 0 0 -7px 0;
}

.cost_feature_icon {
	width: 25px;
	height: 29px;
	background-image: url('../images/elements/phone_icons2.png');
	background-repeat: no-repeat;
	background-position: -150px 0;
	display: inline-block;
	margin: 0 0 -7px 0;
}

#features ul {
	margin: 5px 0 0 0;
}

#features li {
	height: 25px;
	margin-bottom: 5px;
	font-size: 10px;
}

#features {
	float: left;
	margin: 0 50px 0 50px;
	width: 160px;
}

#manufacturers ul {
	margin: 11px 0 0 0;
}

#manufacturers li {
	margin-bottom: 5px;
	font-size: 10px;
}

#manufacturers {
	float: left;
	margin: 0 0 0 0;
	width: 160px;
}

#clear_selection_on {
	cursor: pointer;
	margin: 65px 0 0 0;
	background-image: url('../images/elements/clear_selection_on.gif');
	background-repeat: no-repeat;
	display: block;
	width: 108px;
	height: 27px;
	text-indent: -9999px;
}

#clear_selection_off {
	cursor: default;
	margin: 65px 0 0 0;
	background-image: url('../images/elements/clear_selection_off.gif');
	background-repeat: no-repeat;
	display: block;
	width: 108px;
	height: 27px;
	text-indent: -9999px;
}

#phones {
	width: 960px;
}

.phone {
	width: 430px;
	float: left;
	margin: 41px 50px 10px 0;
	height: 320px;
}

.phone .top {
	background-image: url('../images/elements/top_bottom_box.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 10px;
	width: 430px;
	display: block;
}

.phone .bottom {
	background-image: url('../images/elements/top_bottom_box.gif');
	background-repeat: no-repeat;
	background-position: 0 -10px;
	height: 10px;
	width: 430px;
	display: block;
}

.phone .box {
	border-right: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	padding: 0 10px 0 10px;
	background-image: url('../images/elements/phones_bg.gif');
	background-repeat: no-repeat;
	background-position: 0 215px;
}

.phone .image {
	float: left;
	margin: 0 10px 0 0;
}

.phone .info {
	float: left;
	width: 180px;
}

.phone .info .name {
	font-family: verdana;
	font-size: 18px;
	width: 205px;
}

.phone .info .highlights li {
 font-size: 10px;
 margin: 0 0 3px 0;
}

.phone .info ul.highlights {
	margin: 20px 0 20px 0;
}

.pricing {
	color: #808080;
	width: 180px;
	border-bottom: 1px dotted #808080;
	padding-bottom: 10px;
}

.pricing li {
	height: 13px;
}

.pricing .descriptions {
	float: left;
	width: 100px;
}

.pricing .prices {
	text-align: right;
	float: left;
	width: 80px;
}

.final_price {
	margin: 0 0 0 18px;
	text-align: right;
}

.final_price .sign {
	font-size: 18px;
	margin: 7px -11px 0 0;
	float: right;
}

.final_price .dollars {
	font-size: 72px;
	font-weight: bold;
	text-align: right;
	letter-spacing: -8px;
	margin: 0 5px 0 5px;
	float: right;
}

.final_price .cents {
	font-size: 18px;
	margin: 8px 0 0 0;
	float: right;
}

.final_price .shipping {
	font-size: 10px;
	font-weight: normal;
	color: #808080;
	display: inline-block;
	width: 181px;
}

.buttons {
	height: 31px;
	margin: 25px 0 0 0;
}

.buttons .view_details {
	float: left;
	position: absolute;
	margin: 0 0 0 0;
}

.buttons .add_to_basket {
	float: left;
	position: absolute;
	margin: 0 0 0 115px;
}

.phone .web_only {
	position: absolute;
	margin: 0 0 0 359px;
	display: none;
}

#fake_content {
	display: none;
}

/*phone detail pages*/

#phone_info {
	width: 911px;
	height: 370px;
}

#phone_info .phone_detail {
	float: left;
	margin: 0 25px 0 0;
}

#phone_info h2 {
	font-size: 30px;
	margin: 50px 0 20px 0;
}

#phone_info p {
	line-height: 1.5;
}

#detail_price {
	float: right;
	background: url('/images/phone_details/pricebox.png') no-repeat;
	width: 179px;
	height: 189px;
	padding: 30px;
	margin: 35px 15px 0 0;
}

#detail_price .add_to_basket {
	margin: 25px 0 0 55px;
	position: absolute;
}

.tabs {
	font-size: 12px;
	font-family: verdana;
	margin: 0 0 0 5px;
	z-index: 1;
}

.tabs li {
	background: url('/images/phone_details/tab.gif') no-repeat 0 -33px;
	width: 101px;
	height: 33px;
	text-align: center;
	display: block;
	float: left;
	margin: 0 0 0 10px;
	position: relative;
}

.tabs .active {
	background: url('/images/phone_details/tab.gif') no-repeat 0 0;
	width: 101px;
	height: 33px;
	text-align: center;
	display: block;
	float: left;
	margin: 0 0 0 10px;
	position: relative;
}

.tabs .active a, .tabs .active a:hover, .tabs .active a:visited {
	font-size: 12px;
	font-family: verdana;
	text-decoration: none;
	color: #ee2375;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 2.5;
}

.tabs li a, .tabs li a:hover, .tabs li a:visited {
	font-size: 12px;
	font-family: verdana;
	text-decoration: none;
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 2.5;
}

.tab_contents_container {
	border-right: 1px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
	width: 860px;
	padding: 35px 25px 0 25px;
	color: #7f7f7f;
}

.tab_contents {
	display: block;
}

.tab_contents_active {
}

.tab_contents_topbox {
	background: url('/images/phone_details/topbotbox.gif') no-repeat 0 0;
	width: 911px;
	height: 11px;
	display: block;
	margin: -1px 0 0 0;
	z-index: 0;
}

.tab_contents_botbox {
	background: url('/images/phone_details/topbotbox.gif') no-repeat 0 -11px;
	width: 911px;
	height: 11px;
	display: block;
}

.feature_column {
	width: 286px;
	float: left;
}

.camera_icon {
	display: inline-block;
	width: 21px;
	height: 20px;
	background: url('/images/phone_details/feature_icons.gif') no-repeat 0 0;
	float: left;
	margin: 0 10px 0 0;
}

.music_icon {
	display: inline-block;
	width: 21px;
	height: 20px;
	background: url('/images/phone_details/feature_icons.gif') no-repeat 0 -20px;
	float: left;
	margin: 0 10px 0 0;
}

.message_icon {
	display: inline-block;
	width: 21px;
	height: 20px;
	background: url('/images/phone_details/feature_icons.gif') no-repeat 0 -40px;
	float: left;
	margin: 0 10px 0 0;
}

.email_icon {
	display: inline-block;
	width: 21px;
	height: 20px;
	background: url('/images/phone_details/feature_icons.gif') no-repeat 0 -60px;
	float: left;
	margin: 0 10px 0 0;
}

.tool_icon {
	display: inline-block;
	width: 21px;
	height: 20px;
	background: url('/images/phone_details/feature_icons.gif') no-repeat 0 -80px;
	float: left;
	margin: 0 10px 0 0;
}

.rgg_icon {
	display: inline-block;
	width: 21px;
	height: 20px;
	background: url('/images/phone_details/feature_icons.gif') no-repeat 0 -100px;
	float: left;
	margin: 0 10px 20px 0;
}

.extras_icon {
	display: inline-block;
	width: 21px;
	height: 20px;
	background: url('/images/phone_details/feature_icons.gif') no-repeat 0 -120px;
	float: left;
	margin: 0 10px 0 0;
}

.dimensions_icon {
	display: inline-block;
	width: 21px;
	height: 20px;
	background: url('/images/phone_details/feature_icons.gif') no-repeat 0 -140px;
	float: left;
	margin: 0 10px 0 0;
}

.battery_icon {
	display: inline-block;
	width: 21px;
	height: 20px;
	background: url('/images/phone_details/feature_icons.gif') no-repeat 0 -160px;
	float: left;
	margin: 0 10px 0 0;
}

.box_icon {
	display: inline-block;
	width: 21px;
	height: 20px;
	background: url('/images/phone_details/feature_icons.gif') no-repeat 0 -180px;
	float: left;
	margin: 0 10px 0 0;
}


.feature_title h3 {
	font-size: 14px;
	margin-bottom: 15px;
}

.feature_column ul {
	margin: 0 0 35px 15px;
}

.feature_column li {
	width: 160px;
}

.feature_column li {
	margin: 5px 0 0 31px;
	padding: 0 0 5px 0;
	font-size: 10px;
	border-bottom: 1px dotted;
}

.feature_column li a {
	text-decoration: underline;
	color: #ee2375;
}

.feature_column li a:hover {
	text-decoration: underline;
	color: #cc1c63;
}

.feature_column li.feature_title {
	border: 0;
	margin: 0;
	padding: 0;
}
