/*********************************************************************************************
This is the main stylesheet. These are the styles are for the website content that is editable 
by the client. These styles appear in the WYSIWYG editor.
*********************************************************************************************/

BODY {background: #666666; background-image: none; font-size:13px; font-family: Arial, Verdana, sans-serif; font-style: normal; color: #ebebeb; margin:0px 0px 0px 0px;}

/* TinyMCE specific rules */
body.mceContentBody {position: relative; width:728px; background: #666666; color: #ebebeb; background-image: none; text-align: left;}

a {text-decoration: underline;outline: none}
a:link {color: #ebebeb;	background: transparent; text-decoration: underline;outline: none}
a:visited {color: #ebebeb; background: transparent; text-decoration: underline;outline: none}
a:hover {color: #d0ed9c; background: transparent; text-decoration: underline;outline: none}

a img { border:0;}

h1 {font-size: 18px; color: #ebebeb; font-weight: normal;margin-top: 13px;}
h2 {font-size: 16px; color: #ebebeb; font-weight: normal;}
h3 {font-size: 13px; color: #ebebeb; font-weight: normal;}
h4 {font-size: 12px; color: #ebebeb; font-weight: normal;}


.error {color: red}

.small {font-size: 10px ! important;}

.center {text-align: center; padding:0; margin:0;}
.right {text-align:right; padding:0; margin:0;}
.clear {clear: both; height:1px; overflow: hidden; margin:0; padding:0;}

.hilite {color: #d0ed9c;}

.headingDivLine {position:relative;background: url(/images/div-line.gif) 0 50% repeat-x; width: 100%; height: 20px;margin: 0 0 10px 0;}

/*Home Page*/
.homeLatestNewsBox, .homeLatestVideosBox  {position: relative; padding: 0;margin: 20px 0 10px 0;}
.homeNewsHeading, .homeVideosHeading {background: #666666;float:left;padding-right: 5px;font-size: 16px; margin: 0;}
.homeLatestNewsBoxContent, .homeLatestVideosBoxContent{clear: both;}
.homeLatestNewsLink {margin: 0 0 20px 0;}
.homeLatestNewsItem {margin: 15px 8px 15px 8px;}
.homeNewsLeadin p {display: inline;}
.homeNewsLeadin {display:inline;}
.homeNewsTitle {font-size: 16px; margin-bottom: 5px;}
.homeNewsTitle a {}
.homeNewsDate {font-size: 11px; margin-top: 5px;}

.homeLatestVideosItem {float: left; width: 150px; padding: 6px 0 6px 0; text-align: center; font-size: 11px;}
.homeLatestVideosAllLink, .homeLatestNewsAllLink  {float: right; background: #666666; padding-left: 5px; margin: 0; text-align:right;height: 20px;}
.homeLatestVideosAllLink a, .homeLatestNewsAllLink a {font-size: 12px;}

/*Sambazon Page*/
.sambazonProducts td {border-bottom: 20px solid #666666;}
.sambazonProductInfo {padding: 10px 0 10px 20px;}
.sambazonBuyImg {float:right;padding: 0 0 10px 10px;}
