/* CSS Document */

body { margin: 36px 0px 0px 0px; padding: 0; background: #dee7ed url(./bkg_body.jpg) repeat-x; font-family: 'Verdana'; color: #777; font-size: 12px;}

/* General Links */
a:link { text-decoration : none; color : #0099ff; } 
a:active { text-decoration : underline; color : #0099ff;} 
a:visited { text-decoration : none; color : #0099ff; } 
a:hover { text-decoration : underline; color : #cc6600;} 
a img {border: 5px solid #edf6ff;}
a:hover img {border: 5px solid #00aaFF;}

/*img { padding: 0px; margin: 0px; border: none;}
hr { border-left:0px solid #abb0b5; border-right:0px solid #abb0b5; border-top:1px dotted #abb0b5; border-bottom:0px solid #abb0b5; height : 1px;  }
*/
input { font-family: 'Verdana'; color: #6a5555; font-size: 12px; }
textarea { font-family: 'Verdana'; color: #6a5555; font-size: 12px;  }
select { font-family: 'Verdana'; color: #6a5555; font-size: 12px;  }

h1, h2, h3 { font-family: 'Arial';}

.bgcontain { background: #fff url(./bkg_bgcontain.png) repeat-x; width: 970px; margin: 0 auto; padding-top: 8px;} 
/*\ IE/Win min height hack */ * html .container { height: 400px} /* */ 
.container { background: #fff; width: 970px; float: left; padding: 0px; min-height: 400px;}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */

/* Header */
/*\ IE/Win min height hack */ * html .Header { height: 87px} /* */ 
.Header { position: relative; clear: left; width: 970px; background: url(./bkg_header.png) repeat-x left top;  min-height: 87px;}
.Header h1 { text-indent: -5000px; margin: 0; padding: 0;}
.Header h1 a { width: 255px; height: 87px; background: url(./logo_sitescripts.png) no-repeat; cursor: hand; float: left; }

.MainMenu {
	position: absolute;
	top: -1px;
	right: 48px;
	width: 873px;
	margin-top: 51px;
}
.MainMenu ul { padding: 0px; margin: 0px; font-size: 11px; height: 27px;}
.MainMenu li { padding: 0px; margin: 0px; display: inline;}
.MainMenu a { padding: 0px 0px 0px 10px; margin: 0px 2px 0px 0px; background: url(./MainMenuLeft.png) no-repeat left top; float: left;}
.MainMenu a span { padding: 7px 10px 7px 0px; display: block; background: url(./MainMenuRight.png) no-repeat right top; float: left; }
.MainMenu a span { float: none; color: #fff;}
.MainMenu a:hover span { color: #fff;}
.MainMenu a:hover { background-position: 0% -27px; color: #fffff1; text-decoration: none;}
.MainMenu a:hover span { background-position: 100% -27px; color: #fffff1;}

.Header1 { position: relative; clear: left; width: 970px; background: url(./bkg_header1.png) repeat-x left top;  min-height: 69px;}

.MainMenu1 {
	position: absolute;
	left: 120px;
	width: 856px;
	margin-top: 30px;
}
.up { position: absolute; top: -0px; left: -90px;}
.MainMenu1 ul { padding: 0px; margin: 0px; font-size: 11px; height: 27px;}
.MainMenu1 li { padding: 0px; margin: 0px; display: inline;}
.MainMenu1 a { padding: 0px 0px 0px 10px; margin: 0px 2px 0px 0px; background: url(./MainMenuLeft.png) no-repeat left top; float: left;}
.MainMenu1 a span { padding: 7px 10px 7px 0px; display: block; background: url(./MainMenuRight.png) no-repeat right top; float: left; }
.MainMenu1 a span { float: none; color: #fff;}
.MainMenu1 a:hover span { color: #fff;}
.MainMenu1 a:hover { background-position: 0% -27px; color: #fffff1; text-decoration: none;}
.MainMenu1 a:hover span { background-position: 100% -27px; color: #fffff1;}

.BLOCK1 {margin-left: 10px;}

.TopMenu {
	position: absolute;
	left: 526px;
	width: auto px;
	margin: 22px 0px 0px 255px;
	font-size: 9px;
	color: #99ccff;
}
.TopMenu ul { padding: 0px; margin: 0px; border-right: solid 1px #99ccff; line-height: 11px;}
.TopMenu li { padding: 0px 5px; margin: 0px; list-style-type: none; display: inline; border-left: solid 1px #99ccff;}
.TopMenu li a { color:#99ccff; text-decoration: underline;}
.TopMenu li a:visited { color:#99ccff; text-decoration: underline;}
.TopMenu li a:hover { color:#fff; text-decoration: underline;}

.TopTagline { position: absolute; top: -3.0em; left: 15px; }
.TopTagline p { background: url(./bkg_ico_tagline.png) no-repeat left center; font-size: 9px; color: #fff; padding: 5px 0px 5px 20px; margin: 0px; }

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */

/* Search */
.Search { background: #fff url(./bkg_search.png) repeat-x; width: 970px; float: left; padding: 0px; }
.SearchTitle { width: 970px; float: left; font-size: 12px; color:#3b4f58; padding-top: 5px;}
.SearchForm { margin-left: 0px;}
.SearchForm p { background: url(./bkg_search_title.png) no-repeat left center; font-family: 'Arial'; font-weight: bold; font-size: 14px; letter-spacing: -1px; padding: 0px 0px 0px 15px; margin: 0px 0px 5px 0px; color: #996600;}
.SearchForm form { padding: 0px; margin: 0px;}
.SearchForm input { border: none;}
.SearchForm input.keyword { background: #fff; border: inset 1px #ccc; padding: 2px;}
.SearchForm input.arrow { width: 79px; height: 24px; background: url(./SearchArrow.png) no-repeat;}
.SearchForm input.arrow:hover { background: url(./SearchArrow.png) no-repeat 0 -24px; }
.SearchForm input.arrowIE { width: 79px; height: 24px; background: url(./SearchArrow.png) no-repeat 0 -24px; }
/*\ IE/Win min height hack */ * html .SearchArrow { margin: -24px 0px 0px 350px; } /* */ 
.SearchArrow { padding: 0px; margin: -23px 0px 0px 350px; top: 0px; background: none; }

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */

/* Center Column */
.SC { width: 970px; float: right; }
.SC h1 { font-size: 22px; letter-spacing: -1px; color:#996600; padding-top: 5px; padding-bottom: 5px; margin: 10px 0px;  border-bottom: 3px #efecc4 solid; }
.SC h2 { font-size: 18px; letter-spacing: -1px; color:#996600; padding-top: 5px; padding-bottom: 5px; margin: 10px 0px;  border-bottom: 3px #efecc4 solid; font-weight: normal; }

/* Tabs */
.Tabs { position: absolute; top: 10px; right: 0; }
.Tabs a { padding: 0px 0px 0px 26px; margin: 0px 0px 0px 2px; background: url(./TabsLeft.png) no-repeat left top; float: left; display: inline; font-size: 10px; font-weight: bold; }
.Tabs a span { padding: 7px 10px 7px 0px; display: block; background: url(./TabsRight.png) no-repeat right top; float: left; }
.Tabs a span { float: none; color: #cc6600;}
.Tabs a:hover span { color: #cc6600;}
.Tabs a:hover { background-position: 0% -27px; color: #663300; text-decoration: none;}
.Tabs a:hover span { background-position: 100% -27px; color: #663300;}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.icopopularscripts { background: url(./bkg_ico_popularscripts.png) no-repeat left center; padding-left: 25px;}
.iconewscripts { background: url(./bkg_ico_newscripts.png) no-repeat left center; padding-left: 25px;}
.icoscript { background: url(./bkg_ico_script.png) no-repeat left center; padding-left: 25px;}
.icoreviews { background: url(./bkg_ico_reviews.png) no-repeat left center; padding-left: 25px;}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* SiteScripts */
.SC .SiteScripts {position: relative; clear: left;}
.SC .SiteScripts ul { float: left; padding: 0px; margin: 10px 0px 20px 0px; width: 157px; border-top: 1px solid #f2f1db; }
.SC .SiteScripts ul.tri { float: left; padding: 0px; margin: 10px 0px 20px 0px; width: 314px; border-top: 1px solid #f2f1db; }
.SC .SiteScripts li { padding: 10px 0px; margin: 0px; list-style-type: none; border-bottom: 1px solid #f2f1db;}
.SC .SiteScripts li a { font-size: 11px; letter-spacing: -1px; font-weight: bold; background: url(./SiteScripts_ico_li.png) no-repeat left top; padding-left: 20px;}
.SC .SiteScripts li a:hover { background-position: left bottom;}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* NewestScripts */
.SC .NewestScripts { position: relative; clear: left; margin-bottom: 20px;}
.SC .NewestScripts ul { padding: 0px; margin: 10px 0px 0px 0px; border-top: 1px solid #f2f1db;}
.SC .NewestScripts li { padding: 10px 5px; margin: 0px; list-style-type: none;}
.SC .NewestScripts li a { font-size: 11px; letter-spacing: -1px; font-weight: bold; }

.SC .NewestScripts .name { padding: 3px 0px; display: block;}
.SC .NewestScripts .desc { padding: 3px 0px; display: block; line-height: 15px; color: #333;}
.SC .NewestScripts .categ { padding: 3px 0px 3px 10px; display: block; font-size: 11px; color: #8d8c8c; background: url(./ScriptsCateg_Ico.png) no-repeat left center;}

.SC .NewestScripts .nsoff { background: #fff; border-bottom: 1px solid #f2f1db;  }
.SC .NewestScripts .nson { background: #faf9e8; color:#333;  border-bottom: 1px solid #f2f1db;  }
.SC .NewestScripts .nson a { color: #cc6600;}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* NewestScripts */
.SC .PopularScripts { position: relative; clear: left; margin-bottom: 20px; }
.SC .PopularScripts ul { padding: 0px; margin: 10px 0px 0px 0px; border-top: 1px solid #f2f1db;}
.SC .PopularScripts li { padding: 10px 5px; margin: 0px; list-style-type: none;}
.SC .PopularScripts li a { font-size: 11px; letter-spacing: -1px; font-weight: bold; }

.SC .PopularScripts .name { padding: 3px 0px; display: block;}
.SC .PopularScripts .desc { padding: 3px 0px; display: block; line-height: 15px; color: #333;}
.SC .PopularScripts .categ { padding: 3px 0px 3px 10px; display: block; font-size: 11px; color: #8d8c8c; background: url(./ScriptsCateg_Ico.png) no-repeat left center;}

.SC .PopularScripts .nsoff { background: #fff; border-bottom: 1px solid #f2f1db;  }
.SC .PopularScripts .nson { background: #faf9e8; color:#333;  border-bottom: 1px solid #f2f1db;  }
.SC .PopularScripts .nson a { color: #cc6600;}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Lists Scripts */
.SC .ListScripts { margin-bottom: 20px; }

.SC .ListScripts ul { padding: 0px; margin: 10px 0px 0px 0px; width: 628px; }
.SC .ListScripts li { padding: 10px; margin: 10px 0px ; list-style-type: none; position: relative; clear: left; }
.SC .ListScripts li a { font-size: 11px; letter-spacing: -1px; font-weight: bold; }
.SC .ListScripts ul li ul { border-top: none;}

.SC .ListScripts .details { position: absolute; top: 32px; padding: 4px 0px 4px 0px; margin: 0px; color: #828282; font-size: 9px; background: #edf4f6; width: 608px }
.SC .ListScripts .details li { padding: 0px 5px 0px 5px; margin: 0px; list-style-type: none; display: inline; border-right: 1px #666 solid}

.SC .ListScripts .info { padding: 0px; margin: 5px 0px; list-style-type: none; color: #333; }
.SC .ListScripts .info li { padding: 0px; margin: 0px 5px 0px 0px; list-style-type: none; display: inline; }
.SC .ListScripts .info .download { background: url(./ListScriptsDownloadIco.png) no-repeat left center; padding-left: 13px; }
.SC .ListScripts .info .download a { color: #6699cc; font-size: 10px; letter-spacing: normal; }
.SC .ListScripts .info .visit { background: url(./ListScriptsVisitIco.png) no-repeat left center; padding-left: 13px; }
.SC .ListScripts .info .visit a { color: #669933; font-size: 10px; letter-spacing: normal; }
.SC .ListScripts .info .error { background: url(./ListScriptsErrorIco.png) no-repeat left center; padding-left: 13px; }
.SC .ListScripts .info .error a { color: #cc6633; font-size: 10px; letter-spacing: normal; }

.SC .ListScripts .sponsored { position: absolute; right: 0; top: 10px; padding: 0px 10px 0px 15px; color: #ff9940; font-size: 11px; letter-spacing: -1px; font-weight: bold; background: url(./SponsoredIco.png) no-repeat left center;}
.SC .ListScripts .name { padding: 2px 0px 2px 15px; display: block; margin-bottom: 25px; background: url(./ListScriptsNameIco.png) no-repeat left center;}
.SC .ListScripts .desc { padding: 5px 0px; display: block; line-height: 15px; color: #333; width: 608px; text-align: justify; }
.SC .ListScripts .desc img { float: left; padding-right: 10px;}

.SC .ListScripts .nsoff { background: #fff; border: 1px solid #f2f1db;  }
.SC .ListScripts .nson { background: #faf9e8; color:#333; border: 1px solid #e5e3c9;  }
.SC .ListScripts .nson .details { background: #efeeda; }
.SC .ListScripts .nson a { color: #cc6600;}

.SC .ListScripts .Sponsored { border: solid 1px #e9de90; background:#fffad6;}
.SC .ListScripts .Sponsored .details { background: #f1eab9; }


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Lists Scripts */
.SC .SingleScript { padding: 10px; margin: 10px 0px 20px 0px; list-style-type: none; position: relative; clear: left;  background: #fff; border: 1px solid #f2f1db;  }
.SC .SingleScript .name { padding: 2px 0px 2px 15px; display: block; margin-bottom: 25px; background: url(./ListScriptsNameIco.png) no-repeat left center; font-size: 11px; letter-spacing: -1px; font-weight: bold;}
.SC .SingleScript .desc { padding: 5px 0px; display: block; line-height: 15px; color: #333;}
.SC .SingleScript .details { position: absolute; top: 32px; padding: 4px 0px 4px 0px; margin: 0px; color: #828282; font-size: 9px; background: #edf4f6; width: 608px }
.SC .SingleScript .details li { padding: 0px 5px 0px 5px; margin: 0px; list-style-type: none; display: inline; border-right: 1px #666 solid}
.SC .SingleScript .info { padding: 0px; margin: 5px 0px; list-style-type: none; color: #333; }
.SC .SingleScript .info li { padding: 0px; margin: 0px 5px 0px 0px; list-style-type: none; display: inline; font-weight: bold; }
.SC .SingleScript .info .download { background: url(./ListScriptsDownloadIco.png) no-repeat left center; padding-left: 13px;}
.SC .SingleScript .info .download a { color: #6699cc; font-size: 10px; letter-spacing: normal;}
.SC .SingleScript .info .visit { background: url(./ListScriptsVisitIco.png) no-repeat left center; padding-left: 13px;}
.SC .SingleScript .info .visit a { color: #669933; font-size: 10px; letter-spacing: normal;}
.SC .SingleScript .info .error { background: url(./ListScriptsErrorIco.png) no-repeat left center; padding-left: 13px;}
.SC .SingleScript .info .error a { color: #cc6633; font-size: 10px; letter-spacing: normal;}
.SC .SingleScript .getrated {  position: absolute; right: 10px; margin-top: -20px;}
.SC .SingleScript .getrated a {display: inline; background: url(./bkg_ico_getrated.png) no-repeat left center; font-size: 11px; padding-left: 10px;}
.SC .SingleScript .getrated form { display: inline; padding: 0px 0px 0px 10px; margin: 0px;}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ScriptReviews */
.SC .ScriptReviews {}
.SC .ScriptReviews ol { padding: 0px 10px; margin: 0px; list-style-type: none; border: solid 1px #f2f1db;}
.SC .ScriptReviews li { background: #f9f8e7; padding: 7px; margin: 10px 0px; list-style-type: none;}
.SC .ScriptReviews li .author { display: block; font-size: 10px; color: #333; padding-bottom: 5px; font-weight: bold;}
.SC .ScriptReviews li .message { display: block; font-size: 11px; color:#474747;}
/* BreakCrumb 
.SC .BreakCrumb { background: #edf6ff; padding-left: 0px; border: solid 1px #e0edf7;}
.SC .BreakCrumb ul { padding: 0px; margin: 0px; list-style-type: none; font-size: 11px;}
.SC .BreakCrumb li { background: url(./BreakCrumbIco.png) no-repeat left center; padding: 0px 5px 0px 7px; margin: 0px; list-style-type: none; display: inline;}
.SC .BreakCrumb li a { letter-spacing: -1px; font-weight: bold;}*/
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Number Of Pages */
.SC .nrpages { background: #edf6ff; padding: 7px; border: solid 1px #e0edf7;}
.SC .nrpages p { font-size: 10px; display: inline; padding-right: 10px; font-weight: bold; color: #6e87a1;}
.SC .nrpages ul { padding: 0px; margin: 0px; list-style-type: none; font-size: 11px; display: inline;}
.SC .nrpages li { padding: 0px; margin: 0px; list-style-type: none; display: inline;}
.SC .nrpages a { padding: 2px 5px; background: #70b6ff; color: #fff; font-weight: bold; border: solid 1px #fff; font-size: 10px;}
.SC .nrpages a:visited { padding: 2px 5px; background: #70b6ff; color: #fff; font-weight: bold; border: solid 1px #fff; font-size: 10px;}
.SC .nrpages a:hover { padding: 2px 5px; background: #0066cc; color: #fff; border: solid 1px #fff; font-size: 10px; text-decoration: none;}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Added After Design */
.SC .scrollOverflow { overflow: scroll; height: 100%; }
.SC .normal { font-size: 13px; font-weight: bold; }
.SC .normal:Hover { text-decoration: none; color: inherit; }
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.navigation { display: block; height: 29px; padding: 10px 0px 10px 0px;}
.alignleft { float: left; font-size: 14px; font-family: 'Arial'; font-weight: bold; letter-spacing: -1px; padding-top: 3px;}
.alignright { float: right;}
.alignright form { font-size: 10px; float: right;}
/* Left Column */
.SL { width: 180px; float: left; padding-bottom: 0px; background: #edf6ff; padding: 5px;}
/* Left Scripts Resources */
.SL .ScriptsResources { width: 180px; padding: 0px; background:#00aaFF; margin-bottom: 0px;}
.SL .ScriptsResources1 { width: 180px; padding: 20px; background: #edf6ff; margin-bottom: 0px;}
.SL .ScriptsResources h3 { font-size: 18px; letter-spacing: -1px; font-weight: normal; color: #00376a; padding: 0px 0px; margin: 0px 0px 5px 0px; border-bottom: solid 2px #8cbfe2;}
.SL .ScriptsResources ul { font-size: 11px; list-style: none; border-top: 1px solid #c5e7ff; padding: 1px 0px 0px 0px; margin: 0; line-height: 1; /* IE6 */ }
.SL .ScriptsResources li { margin: 0; padding: 0; background: #fff url(../test1_files/menu-divider.gif) 0 0 no-repeat; position: relative; min-height: 16px;}
.SL .ScriptsResources li a { display: block; padding: 3px 0px 3px 3px; text-decoration: none; color: #ff9998;}
.SL .ScriptsResources li a:hover { text-decoration: none; color: #ffcc99; }
.SL .ScriptsResources li.toggle { background: none; border-bottom: 0px solid #e5f4ff; } 
.SL .ScriptsResources li.toggle a { width: 177px; display: block; border-bottom: 1px solid #c5e7ff; text-decoration: none; color: #336699;}
.SL .ScriptsResources li.toggle a:hover { background: #f9fcff; border-bottom: 1px solid #c5e7ff; text-decoration: none; color: #3399ff; }
.SL .ScriptsResources li a.toggle { background: none; width: 30px; position: absolute; top: 0; left: 150px; padding-left: 0; text-align: center;} 
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
/* Left Newsletter */
.SL .Newsletter { width: 200px; padding: 10px; background: url(./bkg_newsletter.png) no-repeat left top;}
.SL .Newsletter h3 strong { font-size: 14px; letter-spacing: -1px; font-weight: bold; color: #00376a; padding: 0px; margin: 0px; display: block;}
.SL .Newsletter h3 { font-size: 18px; letter-spacing: -1px; font-weight: normal; color: #00376a; padding: 0px 0px 5px 0px; margin: 0px; border-bottom: solid 2px #8cbfe2;}
.SL .Newsletter form { padding: 10px 0px 8px 0px; margin: 0px;}
.SL .Newsletter input { border: none; padding: 0px;}
.SL .Newsletter input.email { background: url(./bkg_newsletter_input.png) no-repeat left top; padding: 5px 5px 6px 5px;}
.SL .Newsletter input.arrow { width: 64px; height: 25px; background: url(./SubscribeButton.png) no-repeat;}
.SL .Newsletter input.arrow:hover { background: url(./SubscribeButton.png) no-repeat 0 -25px; }
.SL .Newsletter input.arrowIE { width: 64px; height: 25px; background: url(./SubscribeButton.png) no-repeat 0 -25px; }
/*\ IE/Win min height hack */ * html .SubscribeButton { margin: -26px 0px 0px 136px; } /* */ 
.SubscribeButton { padding: 0px; margin: -25px 0px 0px 136px; top: 0px; background: none; }
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
/* Footer */
.Footer { background: #b3c5d1 url(./bkg_bottom.gif) no-repeat left bottom; width: 970px; color: #314451; clear: both; }
.Footer p { font-size: 10px; padding: 10px 15px; margin: 0px;} 
.Footer .TopHeader { position: absolute; top: 13px; width: 885px; text-align: right;} 
.Footer .TopHeader ul { padding: 0px; margin: 0px; list-style-type: none;} 
.Footer .TopHeader li { padding: 0px; margin: 0px 0px 0px 5px; list-style-type: none; display: inline; font-size: 9px;} 
.Footer .TopHeader li a { color: #fff; text-decoration: underline;} 
.Footer .TopHeader li a:visited { color: #fff; text-decoration: underline;} 
.Footer .TopHeader li a:hover { color: #fff; text-decoration: underline;} 
.Footer .TopHeader .favorites { background: url(./TopHeader_IcoFavorites.png) no-repeat left top; padding-left: 15px;}
.Footer .TopHeader .homepage { background: url(./TopHeader_IcoHomepage.png) no-repeat left top; padding-left: 15px;}