body {
	font-family: verdana, sans-serif;
 	background-color: #000;
	font-size: 12px;
	margin:0;
}

/* anchors */
a {
	color: #007bd8;
	text-decoration: none;
}
a.underline, a:hover {
	text-decoration: underline;
}

img
{
	border: none;
}

p.thumbLink {
    color:#1989E4;
    font-weight:bold;
    display:block;
    margin: 0;
    font-size:11px;
}

/* headings */
h1 {
	margin: 0;
	font-size: 18px;
}

h2 {
	margin: 0;
	font-size: 18px;
	font-style: italic;
	margin:0 0 6px 0;
}

h3 {
	margin: 0;
	font-size: 14px;
	margin:0 0 6px 0;
	font-style: normal;
}

/* fonts */
.hugeText {font-size:15px;}
.largeText {font-size:14px;}
.smallText {font-size:11px;}
.tinyText {font-size:10px;}
.darkGray {color:#434343;}
	
/* general classes */
.black {color:#000;}
.bold {font-weight:bold;}
.floatLeft {float:left;}

/* form elements */
INPUT, SELECT, TEXTAREA {font-family: Arial;}
.inputTxt
{
	border:solid 1px #A1A2A2;
}

/* PAGE SIZE */
#frame {
	margin: 10px auto;
	width: 990px;
}

/* TOP PANE */
#header {
	background: #231f20 url(/Images/Layout/top.gif) top left no-repeat;
	height: 130px;
}
#header #logo {
	margin: 10px 0 0 10px;
	float: left;
}
#header #links {
	text-align: right;
	float: right;
	color: white;
	/*padding: 14px 10px 0 0;*/
	font-weight: bold;
	font-size: 14px;
	height: 78px; 
	width: 360px;
	background: #231F20 url(/Images/Layout/cellphone-resized.png) top right no-repeat;
}
#header #links a {
	color: #d91662;
	text-decoration: none;
}
#header #login_box {
	float: right;
	padding: 5px 10px;
	height: 24px;
	/*background: url(/Images/Layout/top_back.gif) top left;*/
	font-weight: bold;
}
#header #toplinks {
	background: #d91662;
	color: white;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	clear: right;
	text-align: center;
	padding: 4px;
	height: 22px;
	font-weight: bold;
	font-size: 15px;
}
#header #toplinks a {
	color: white;
	text-decoration: none;
}
.login_input {
	background: url(/Images/Layout/login_back.gif) top left no-repeat;
	width: 145px;
	height: 23px;
	border: 0px;
	padding: 3px;
}
#header #spacer {
	background: white;
	height: 20px;
	border-left: 1px solid #d91662;
	border-right: 1px solid #d91662;
}

/* CONTENT AREA */
#content {
	clear: both;
	background: white;
	padding: 10px;
	border-left: 1px solid #d91662;
	border-right: 1px solid #d91662;
	border-bottom: 1px solid #d91662;
}
.box
{
	overflow: hidden;
}
.box .top {
	background: url(/Images/Layout/box_top_back.gif) top left;
	font-size: 15px;
	font-weight: bold;
	height: 20px;
	padding: 5px 5px 5px 10px;
	font-style: italic;
	margin-top: 1em;
	line-height: 20px;
	vertical-align: baseline;
	width: 100%;
}
.box .content {
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	padding: 5px 10px 10px 10px;
	background: #eeeeee;
}
.box .bottom {
	background: url(/Images/Layout/box_bottom_back.gif) top left;
	height: 20px;
	padding: 5px 10px;
}
.box .content_bottom {
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	padding: 10px;
	overflow: hidden;
}

.box .starlets {
    float:left;
    width:786px;
}
.box .content_bottom_no_padding {
    text-align:center;
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
}
.box .links {
	background: #d91662;
	color: white;
	padding: 5px;
	font-size: 9px;
}
.box .links a {
	color: white;
}

.submenu {
	background: #d91662;
	color: white;
	padding: 5px;	
}

.contentContainer {
    float: left; 
    width: 500px;
    min-height:590px;
}

/* FOOTER */
#footer {
	clear: both;
	margin: 5px 0;
	color: white;
	font-size: 9px;
	text-align: center;
}

#footer .left_corner {
	background: url(/Images/Layout/footer_back_left.gif) top left no-repeat;
	padding-left: 13px;
	height: 57px;
	margin-bottom: 10px;
}
#footer .right_corner {
	background: url(/Images/Layout/footer_back_right.gif) top right no-repeat;
	padding-right: 13px;
}
#footer .links {
	background: url(/Images/Layout/footer_back.gif) top left repeat-x;
	padding: 0px;
	height: 57px;
	font-size: 12px;
	line-height: 27px;
}
#footer .links a {
	color: white;
}

#footerCopy #copy {
	padding-right:.7em;
}

#footerCopy #logo {
	border-left: 1px solid white;
	margin-bottom: .5em;
	padding: .5em 0 .5em .7em;
	font-size: 1.2em;
	font-style: italic;
}

#footerCopy #logo img {
	border: none;
	margin-top: .2em;
}



/* LEFT COLUMN */
#left_column {
	width: 150px;
	float: left;
}

#left_column A.leftMenuParent, #left_column A.leftMenuParentCurrent
{
    color: #434343;
    display:block;
    margin:0 0 5px 0;
}

#left_column A.leftMenuParentCurrent 
{    
    font-weight:bold;
}

#left_column A.leftMenuChild, A.leftMenuChildCurrent 
{
    color: #434343;
    display:block;
    margin:0 0 5px 10px;
}

#left_column A.leftMenuChildCurrent 
{    
    font-weight:bold;
}

#left_column A.leftMenuGrandChild, A.leftMenuGrandChildCurrent 
{
    color: #434343;
    display:block;
    margin:0 0 5px 20px;
}

#left_column A.leftMenuGrandChildCurrent 
{    
    font-weight:bold;
}

.starletsList
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.starletsList A
{
	color: #434343;
	margin: 0 0 5px 0;
	display: block;
}

.starletsList A.current
{
	font-weight: bold;
}

/* MAIN COLUMN */
#main_column {
	margin-left: 160px;
}

/* THUMBS */
DIV.thumbs {
	/*width: 480px;*/
	float:left;
	display: inline;
}
DIV.thumbs DIV.thumb {
    float: left;
	background: #FFF;
	height: 150px;
	width: 154px;
	text-align: center;
	border: 1px solid #c0c0c0;
	padding: 1em 0 0 0;
	margin: 0 3px 3px 0;
	overflow: hidden;
}

DIV.thumbs DIV.wideThumb {
    width:257px;
    margin:0 2px 0 0;
}
.seamlessTop
{
	background-color: #eeeeee;
	font-size: 15px;
	font-weight: bold;
	height: 22px;
	padding: 5px 5px 0px 10px;
	font-style: italic;
	line-height: 20px;
	vertical-align: baseline;
	max-width: 485px;
	overflow: hidden;
}

.viewAll
{
	float: right;
	font-size: small;
	font-style: normal;
	margin-right: 1em;	
}

/* RIGHT PANE */
DIV.searchForm {
    background: url(/Images/Layout/quick_search_back.gif) top left no-repeat;
	height: 25px; 
	padding-left: 10px;
}

DIV.searchForm INPUT.searchTxt {
    border: 0; width: 235px; background: none; position: relative;
	top: -10px;
}

DIV.AnnouncementBox {
    min-height:130px;
    border: 1px solid #e0e0e0; 
    margin-top: 10px; 
    /*padding: 10px;	*/
}

DIV.AnnouncementBox p, DIV.AnnouncementBox img {
    margin: 0px; 
    padding: 0px;
}

/* pager */
.pager {font-size:9px; color:#000; float:right; text-align: right; margin-right: 2em; line-height: 11px; font-style: normal; font-weight: normal;}
.pager .currentPage {font-size:9px; color:#000;}
.pager A, .pager A:visited {font-size:9px; color:#1989E4; text-decoration:none;}
.pager A:hover, .pager A:visited:hover {font-size:9px; color:#1989E4; text-decoration:underline;}

/* content item page */
.deviceManufacturerName {
    display:block;
    clear:both;
    margin:0 0 0 0;
    font-weight:bold;
    font-size:11px;
}

.raterPanel IMG {
    cursor:pointer;
}

.ratings {
    font-size:11px;
    display:block;
    clear:both;
}

.previewBox {
	float: right;
	border: 1px solid #dfdfdf;
	padding: 0 1em .5em 1em;
}

.previewTitle {
	text-align: center;
	margin: .5em 0 .5em 0;
}

#SlidePanelButton {
	float: right;
	color: #007bd8;
	cursor: pointer;
}

#SlidePanel {
	overflow: hidden;
}

/* site map */
DIV.SiteMapContainer
{
	float:left;
	width:45%;
	margin-right:10px;
}

DIV.SiteMapContainer H2
{
    font-size:14px;
	margin-bottom:16px;
	margin-top:30px;
}
DIV.SiteMapContainer2 
{
	width:30%;
}

DIV.SiteMapContainer UL LI 
{
	margin:4px 0 0 -5px;
}

.promotionLink
{
	width: 499px;
	height: 250px;
	vertical-align: middle;
	border: none;
	display: none;
}

/* promotions */
.promotionImage
{
	max-width: 499px;
	max-height: 250px;
	vertical-align: middle;
	border: none;
}

/* download */
P.DownloadRadioButtons 
{
    line-height:180%;
    font-size:14px;
}

P.DownloadRadioButtons INPUT, P.DownloadRadioButtons LABEL {
    cursor:pointer;
}
