/* Omeo.co.uk 
Edited : 10/04/2008   */


/* ANDREW'S CODING FTW !!!   */
	
/* BODY PROPERTIES */
body {
	font-family: "Verdana";
	font-size: 15pt;
	background-color:#228FCB;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* IMAGE PROPERTIES */

img {
border:0;
}

/* IMAGE PROPERTIES */
div.microtime {
font-size: 7pt;
}
	
	
/* LINK PROPERTIES */

a:link {
  color: #228FCB; text-decoration: none;
}
a:visited {
  color: #228FCB; text-decoration: none;
}
a:hover { 
  color: #91BF43; text-decoration: none;
}
a:visited:hover { 
  color: #91BF43; text-decoration: none;
}
div.menu a:link {
  color: #ffffff; text-decoration: none; padding:5px;
}
div.menu a:visited {
  color: #ffffff; text-decoration: none; padding:5px;
}
div.menu a:hover { 
   color: #ffffff; text-decoration: none; background-color:#91BF43;
}
div.menu a:visited:hover { 
   color: #ffffff; text-decoration: none; background-color:#91BF43;
}


/* CONTAINER */	
div.container {
  font-family: "Verdana";
  font-size: 12pt;
  position: relative;
  margin: 4% auto 4% auto;
  width: 49.8%;
  background-color:#ffffff;
  text-align:center;
  min-width: 50%;
  max-width: 50%;
  padding: 3%;
 
}
 /*border-radius: 25px;*/
/* DIVS  */	

div.header
{
padding:0.5em;
clear:left;
}

div.alert
{
font-family: "Verdana";
font-size: 15pt;
padding:5px;

background-color: #b42000;
color: #ffffff;
}
/*border-radius: 25px;*/
div.menu
{
font-family: "Verdana";
font-size: 15pt;
padding:5px;
background-color:#228FCB;
color: #ffffff;
}
/*border-radius: 25px;*/

div.footer
{
font-family: "Verdana";
border-top:1px solid #91BF43;
color: #228FCB;
padding:0.5em;
clear:left;
font-size: 10pt;
}


div.content
{
padding:1em;
font-family: "Verdana";
font-size: 12pt;
text-align:left;

}

.playlist
{
padding:3% ;
font-size: 10pt;
}




#form-box
{
	width: 297px;
	background: #f1f1f1 url(images/right-panel-bg-top.gif) top no-repeat;
	min-height: 238px;
  	height: auto !important;
  	height: 238px;
	margin-top: 6px;
	padding-top: 12px;
}
#form-box-bot
{
	width: 297px;
	height: 7px;
	background: url(images/right-panel-bg-bot.gif) no-repeat;
	font-size: 0;
}
#form-box div.product-wrapper
{
	color: #1a1a1a;
}
#form-box div.product-wrapper p
{
	font-size: 11px;
	line-height: 1.2;
	padding: 0 0 6px 0;
}

#form-box div.product-wrapper span
{
	font-size: 14px;
	font-weight: bold;
	color: #c60000;
}

#form-box div.product-wrapper .prod-photo
{
	float: left;
	width: 138px;
	text-align: center;
	padding-top: 6px;
}

#form-box div.product-wrapper .prod-description
{
	float: left;
	padding-bottom: 12px;
}

#form-box div.product-wrapper .prod-description h5 a
{
	text-decoration: none;
}

/************************************************ Contact Form Styles ************************************************/

#form-box form
{
border: none;
}

#form-box fieldset
{
	padding: 9px 15px 0 15px;
	border: none;
}

#form-box form label
{
	display: inline;
	float: left;
	width: 65px;
	text-align: left;
	margin-bottom: 5px;
	font-size: 12px;
	color: #111;
	padding-top: 3px;
}

#form-box form input
{
	display: inline;
	float: left;
	width: 192px;
	margin-bottom: 5px;
	font-size: 12px;
	padding: 3px;
	border: 1px solid #b0b0b0;
	font-family: "Verdana";
}

#form-box form br
{
	clear: left;
	font-size: 0;
}

#form-box form textarea
{
	display: inline;
	float: left;
	width: 192px;
	margin-bottom: 8px;
	height: 90px;
	border: 1px solid #b0b0b0;
	font-size: 12px;
	color: #1b1b1a;
	padding: 3px;
	font-family: "Verdana";
}

#form-box form #submit
{
	width: 112px;
	height: 33px;
	padding: 0;
	text-align: center;
	margin-left: 156px;
	border: none;
	background: url(images/submit-button.gif) no-repeat;
	color: #fff;
}




