/*  
	----------------------------
	Base Style Sheet
	Author:		Daniel Vidal
	Created:	16.12.2005
	LM Date:	13.03.2008
	----------------------------
*/

/* ------------------------------------------- */
/* Reset ------------------------------------- */
/* ------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
ul { list-style: none; }
a, a img { text-decoration: none; border: none; }
h1, h2, h3, h4, h6, h6 { font-size:100%; font-weight:normal; }
table{ border-collapse:collapse; border-spacing:0; }
caption,th{ text-align:left; }

/* ------------------------------------------- */
/* General tags  ----------------------------- */
/* ------------------------------------------- */
html,body,div,p,td {font: normal 0.9em Verdana, Arial, Helvetica, sans-serif; color: #000000;}

a:link, a:active, a:visited {color: #FFF; text-decoration: none; font-weight: bold;}
a:hover {color: #FFCC00; font-weight: bold;}

/* ------------------------------------------- */
/* Index ------------------------------------- */
/* ------------------------------------------- */

/* IDs */
body#normal {background: #CCC url(http://webcontent.gbmobile.com/src/gui/ghtml/orange_mainbg.jpg) repeat-x; margin: 0; padding: 0;}

#page {width: 770px; margin: 20px auto; position: relative; }

#header {
	width: 770px; height: 92px;
	background: #F8A121 url(http://webcontent.gbmobile.com/src/gui/ghtml/orange_header.jpg) top center no-repeat;
	}
#logo {
	visibility: hidden;
	}
#mainmenu {
	width: 770px; height: 30px;
	background: #666666 url(http://webcontent.gbmobile.com/src/gui/ghtml/orange_menubg.jpg) top center no-repeat;
	color: #CCC;
	font: bold 0.9em/30px Verdana, Arial, Helvetica, sans-serif;
	}
	#mainmenu ul {
		text-align: center;
	}
	#mainmenu ul li { display: inline; }
	#mainmenu ul li a, #mainmenu ul li span{
		padding: 5px 10px;
	}

#indexcontent { width: 770px; background-color: #FFFFFF; }

#footer {
	font-size: 1em;
	clear: both;
	height: 60px; width: 770px;
	color: #000000;
	background-color: #E4E4E4;
	text-align: center;
	padding-top: 20px;
 	}
#footer a { color: #333; font-weight: bold;}

/* Classes */
.framecontainer {
	margin: 20px 0 0 20px;
	width:355px; height:340px;
}

/* ------------------------------------------- */
/* Content Pages ----------------------------- */
/* ------------------------------------------- */
/* IDs */
#maincontent { background-color: #FFFFFF; width: 750px; overflow: auto; padding-bottom: 20px; padding-left: 20px; }
#categoriesmenu {
	float: left;
	margin: 20px 0;
	width: 200px;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #CCCCCC;
	}
	#menutitle {
		display:block;
		background-color:#999999;
		color: #FFCC00;
		padding: 10px;
	}
	#categoriesmenu ul {
		padding: 10px;		
		margin-top: 0px;
		color: #000;
		}
	#categoriesmenu ul li {padding: 2px 0;}
	#categoriesmenu a {
		color: #FFF;
	}
	#categoriesmenu a:hover {
		color: #FF9900;
	}
	#categoriesmenu span.selected {
	display:block;
	padding: 2px;
	background-color:#EBEBEB;
	color: #FF9900;
	}
	#contentarea { width: 510px; margin-left: 220px; padding: 20px 0;}
	
	#contentarea h2 {
		background-color: #F8AE27;
		color:#FFFFCC;
		font-size:1.4em;
		font-weight: bold;
		padding: 10px 5px;
	}
	#contentarea h3 {
		background-color: #F9B82A;
		height: 18px;
		padding: 4px 5px;
		font-size: 1.1em;
		font-weight: bold;
	}
	#contentdisplay {
		width: 510px;
	}
	#contentdisplay a { color: #E78603; font-size: 1.1em;}
	#contentdisplay a:hover { color: #F8AE27; }
	#contentdisplayheader {
		background-color: #FAC629;
		height: 20px;
		color: #000;
		text-align: left;
		font-weight: bold;
		font-size: 1em;
	}
		#contentdisplayheader th {
			padding: 5px;
		}
		
			#buyheader, #sampleheader {
			text-align: center;
			}
			
	#pagenavigation {
		background-color: #FBD259;
		padding: 10px;
		font: normal 12px Tahoma;
		}
		#pagenavigation ul {
			text-align: center;
			}
		#pagenavigation ul li {
			display: inline;
			padding: 0 5px;
		}
		#pagenavigation a { color: #E78603; font-size: 1.1em;}
		#pagenavigation a:hover { color: #F8AE27; }
		#pagenavigation span.selected {
			background-color:#FDE8A6;
			padding: 5px;
		}
		#pagenavigation span.disabled {
			color: #FDE8A6;
		}

/* Classes */
.evenrow td, .oddrow td { padding:5px;}
.evenrow td {
	background-color: #FEF2CF;
	height: 40px;
	}
.oddrow td {
	background-color: #FEEBB1;
	height: 40px;
	}
.buycell {
	text-align: center;
}

/* ------------------------------------------- */
/* Small Pages ------------------------------- */
/* ------------------------------------------- */

/* IDs */
#smallbody 	{margin: 0; padding: 0;}
#smallpage {background-color:#FFF;width:355px;}
	#smallcontentarea h2 {
		background: #F8AE27 url(http://webcontent.gbmobile.com/src/gui/ghtml/orange_smallheader.jpg) no-repeat top left;
		height: 22px;
		font-size: 1.5em;
		font-weight: bold;
		padding: 7px 5px 5px;
		color:#FFFFCC;
	}
	#smallcontentarea h3 {
		background-color: #F9B82A;
		height: 18px;
		padding: 4px 5px;
		font-size: 1.1em;
		font-weight: bold;
		color:#000;
	}
	#smallcontentarea a { color: #E78603; font-size: 1.1em;}
	#smallcontentarea a:hover { color: #F8AE27; }
	
#smallcontenttable {width: 355px;}	

#smalltableheader {
	background-color: #FAC629;
	font-size: 1em;
	height: 18px;
	text-align: left;
	color:#000;
	}
	#smalltableheader th {padding: 1px 5px;}
#morelink {
	background-color: #FBD259;
	height: 16px;
	text-align: right;
	font-size: 1.1em;
	padding: 5px;
}
/* Classes */
.smallevenrow td, .smalloddrow td  { height: 37px; padding: 2px 2px 2px 5px; }
	.smallevenrow td { background-color: #FEF2CF; }
	.smalloddrow td  { background-color: #FEEBB1; }
.smallnamecell {
	width: 180px;
	}
.smallsamplecell {
	width: 100px;
	}
.smallbuycell {
	width: 60px;
	}
.name {
	font-weight: bold;
	text-transform: capitalize;
	}
.artist {
	text-transform: capitalize;
	}
/* ------------------------------------------- */
/*Floated Image previews --------------------- */
/* ------------------------------------------- */
/* Classes */
.smallimagespreviews, .imagespreviews {
	width: 100%;
	overflow: auto;
	padding: 10px 0 20px;
	background-color: #FEF2CF;
}	
.smallimagepreview, .imagepreview {
	width: 96px;
	padding: 5px;
	float: left;
	background-color: #FEEBB1;
	margin: 10px 5px 0;
	display: inline;
}
.imagepreview { margin: 20px 10px 0; }
.smallimagepreview p, .imagepreview p { text-align: center; padding: 5px 0; font-size: 1em;}
.smallimagepreview a, .imagepreview p { color: #E78603; font-size: 1.2em; font-weight: bold; }
.smallimagepreview a:hover { color: #F8AE27; }
/* ------------------------------------------- */
/* Buy pages ------------------------------- */
/* ------------------------------------------- */

/* Buy instructions page ID Styles ------------------------------------- */
#details { 
	background-color:#FEF2CF;	
	text-align: center;
}
#details h2 {text-align: left;}
#details h4 {
	background-color: #FAC629;
	font-size: 1em;
	padding: 5px;
}
#details img { margin: 5px;}

#servicesmenu {
	background-color:#FEF2CF;	
	color: #000;
	}
	#servicesmenu ul { text-align:center; padding: 10px 5px 5px;}
	#servicesmenu ul li { display: inline; padding-right: 5px;}
	#servicesmenu a { color: #E78603; padding: 5px;}
	#servicesmenu a:hover { color: #FFF; background-color: #FAC629;}
	#servicesmenu span.selected {
		padding: 5px;
		font-weight: bold;			
		background-color: #F8AE27;
	}
	
	#steps ol { padding-left: 25px;}
	
	#price {
		height: 10px;
		padding:10px;
		background-color: #FAC629;
		color: #FFF;
		text-align: center;
	}
	#devicesupport { margin-top: 20px;}

	#supportheader th {
		background-color: #F9B82A;
		padding: 5px;
	}
	#buynotes {
	background-color: #F2F2F2;
	padding: 10px;
	}
	#buynotes p { padding-bottom: 5px;}

/* Classes */
.code, .number, .response, .stepbold {
	text-transform: lowercase;
	font-weight: bold;
	}
.evenstep, .evenbrand td{
	background-color: #FEF2CF;
	padding: 10px 5px;
	}
.oddstep, .oddbrand td {
	background-color: #FEEBB1;
	padding: 10px 5px;
	}
td.brand { font-size: 1.1em;font-weight: bold; width: 100px; vertical-align: top; }
td.model { font-size: 1.1em;}

/* ------------------------------------------- */
/* Samples ----------------------------------- */
/* ------------------------------------------- */
/* Classes */
.mainsamples, .buysamples {
	text-align: center; 
}
.buysamples {
	padding: 5px 0;}
.audiopreview {
	margin: 2px;
}
.textpreview {
	text-align: left;
	padding: 5px 10px 10px 10px;
	line-height: 1.3em;
	font-size: 1.1em;
}

/* ------------------------------------------- */
/* Error ------------------------------------ */
/* ------------------------------------------- */
/* IDs */
body#errorpage {
	background-color: #FFFFFF;
	color:#000000;
	font: 1em Verdana, Arial, Helvetica, sans-serif normal;
}
body#errorpage div#page { width: 400px; margin: 20px auto;}
#error { border: 1px solid #000000; padding: 20px;}
#error h2 { font: 1.6em Verdana, Arial, Helvetica, sans-serif bold; color: #CC0000; }
#error p { padding: 10px 0; font-size: 1.2em; }

