/* ----------------------------------------------
	Template Name : VectorLover
	Template Code : S-0026
	Version : 1.0   
	Author : Erwin Aligam
	Author URI : http://www.styleshout.com/    
	Last Date Modified : July 31, 2008	
 ------------------------------------------------ */
 
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	/*background: #FFFFFF;*/
	background:  url(images/backgroundXY.jpg) repeat;
	font: 12px/170% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: #6B6B6B; 
	text-align: center;	
}

/* links */
a, a:visited {	
	color: #5186aa;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #184169;
	background: inherit;
	text-decoration: underline;
}

a img { border: 0; }

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-weight: Bold; 	
	padding: 10px;		
	color: #444;	
}
h1 {
	font-size: 2.9em;		
}
h2 {
	font-size: 1.5em;
	color: #88AC0B;
}
h3 {
	font-size: 1.6em;
	font-weight: normal;	
	padding: 16px 10px 4px 10px;	
}

tr.head1 {
    background: #333333;
}

tr.row1 {
    background: #FFFFFF;
}

tr.row2 {
    background: #EEEEEE;
}

tr.row3 {
    background: #F7F7F7;
}

th {
    color: #FFFFFF;
    font: 12px Arial, Helvetica, sans-serif;
    font-weight: bold;
}

td {
    color: #444444;
    font: 12px Arial, Helvetica, sans-serif;
}

td.border {
    background: #AAAAAA;
}

/* Paragraph */
p { padding: 12px 10px;	}

/* Lists */
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;	
}
ul { list-style: none; }

dl { padding: 10px; margin: 0; }

dt {
  font-weight: bold;
  color: #79A62E;
}
dd {
  padding-left: 25px; 
}


code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', monospace;
  	/* white-space: pre; */
  	border: 1px solid #EEE8E1; 
	background: #FAF7F5;
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 15px 10px;
 	padding: 5px 7px 5px 40px;  	
   font-weight: normal;
	font-size: 17px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;		
	color: #80614D;	
	border: 1px solid #EEE8E1; 
	background: #FAF7F5 url(images/quote.gif) no-repeat 15px 15px;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 15px 10px;		
}

	
/* end - table */

/* form elements */
form {
	margin: 20px 10px; 
	padding: 5px 10px 5px 10px; 
	border: 1px solid #EEE8E1; 
	background: #FAF7F5;
}
form p {
	border-bottom: 1px solid #ECE5DD;
	padding: 12px 0 5px 0;	margin: 0;	
	color: #9D6D37;
}
label {
	color: #000000;
}
input, select, textarea {
	margin: 5px 0;
	color: #6A6969;
	border-width: 1px;
	border-style: solid;
  	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4; 
}
option { padding-right: 0.5em; } 


input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
	background: #A6CD56;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #C4DE8F #8DB836 #8DB836 #C4DE8F;
}


/*-------------------------------------------
   LAYOUT
--------------------------------------------*/ 
#wrap {
	position: relative;
	width: 952px;
	background: #FFF url(images/wrap.gif) repeat-y center top;
	margin: 0px auto 0px auto;
	text-align: left;	
}

#wrap1 {
	position: relative;
	width: 952px;
	margin: 0px auto 40px auto;
	text-align: left;	
}

#wrap2 {
	position: relative;
	width: 952px;
	margin: 40px auto 0px auto;
	text-align: left;	
}

#banner {
    background: transparent url(images/header.png) center top;         
	position: relative;
	width: 952px;
	height: 245px;
	margin: 0;
	
}

#banner_image {
    padding: 21px;
}

#content {
	clear: both;	
	float: left;	
	width: 952px;						
	padding: 25px 0 0 0; 	
}
#header {
	position: relative;
	width: 952px;
	height: 245px;
	color: #fff;	
	padding: 0;	
	margin: 0;	
}
#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 66px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	letter-spacing: -5px;
	text-decoration: none;
	color: #332616;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 75px; left: 55px;	
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 15px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #322815;
	letter-spacing: -0.5px;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 148px; left: 150px;		
}

/* top-menu */
 #top-menu {
 	position: absolute;
	margin: 0;
	padding: 30px 15px 8px 15px;
	background: #74A838 url(images/top-menu.gif) repeat-x;
	font-family: 'Trebuchet MS', Arial, Sans-serif;
	color: #FFF;
	
	top: 0;	right: 70px
 }
 #top-menu p { 	
	margin: 0; padding: 0;	
 }
 #top-menu a {
 	font-weight: bold;
	color: #fff;
 }

/* Navigation */
#nav {
	clear: both;	
	padding: 0;	margin: 0;
	width: 952px;
	height: 24px;
	background: #54cdec url(images/nav.gif) no-repeat;		
}
#nav ul {
	float: left;	
	list-style: none;	
	margin: 7px 0 0 0;
	height: 20px;
	padding: 0 0 0 25px;					
}
#nav ul li {
	float: left;
	margin: 0; padding: 0 0 0 10px;		
}
#nav ul li a {
	float: left;
	margin: 0;
	padding: 0 15px 0 15px;
	color: #FFFFFF;
	font: bold 11px/10px 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
	border-right: 1px solid #FFFFFF; 
	text-decoration: none;		
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #01d5eb;	
}

/* Main Column */
#main {
	float: left;
	width: 535px;
	padding: 0; margin: 0 0 0 40px;
	display: inline;	
}
#main h2 {
	font: bold 2em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #51432F; 
	padding: 10px 0 5px 5px; 	
	margin-left: 5px;		
	letter-spacing: -2px;
	border-bottom: 1px solid #E4F2C8; 	
}
#main h2 a {
	color: #51432f;
	text-decoration: none;		
}
#main ul li {
}

#sidebar {
	float: right;
	width: 285px;
	padding: 0; 
	margin: 0 45px 0 0;
	display: inline;	
}
#sidebar h3 {
	color: #6B6B6B; 
	font: bold 1.4em Arial, Sans-serif;
	text-transform: none;
	letter-spacing: 0px;
	padding: 0 0 5px 0; 
	margin: 10px 0 5px 0; 	
	border-bottom: 1px solid #E4F2C8;	
}

/* sidebar menu */
#sidebar .sidemenu {
	margin: 10px 10px 5px 7px; padding: 0;
	text-decoration: none;			
}
#sidebar .sidemenu li {
	list-style: none;
	margin: 0;
	padding: 8px 10px; 		
	border-bottom: 1px solid #E8E8E8;	
}
* html body #sidebar .sidemenu li {
	height: 1%;
}
#sidebar .sidemenu li a {
	text-decoration: none;	
	color: #739A23;
	background: none;
	font-weight: normal;
}
#sidebar .sidemenu li a span {
	color: #7F7F7F;	
	font-size: .9em;
	
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	font-weight: normal;
	}
#sidebar .sidemenu li a:hover {	
	color: #000;	
	background: none;	
}
#sidebar .sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar .sidemenu ul li { border: none; }

/* header quick search */
#sidebar form#qsearch {
	padding: 0; margin: 20px 0 30px 10px;
	border: none;
	width: 270px; height: 33px;
	background: #F2F0F0 url(images/qsearch.gif) no-repeat;		
}
#sidebar form#qsearch p {
	margin: 0; padding: 0;		
}
#sidebar form#qsearch input {
	float: left;
	border: none;
	background: transparent;
	color: #B8B8B8;	
	margin: 0;
}
#sidebar form#qsearch .tbox {
	margin: 5px 0 0 5px; 
	width: 220px;	
	display: inline;	
	font: 1em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;	
}
#search form#qsearch .btn{
	width: 24px; height: 24px;				
}
#sidebar form#qsearch label {
	display: none;
}

/* footer */
#footer {
	clear: both;
	width: 952px;
	margin: 0;
	padding: 5px 0 5px 0;		
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-size: 0.95em;
	color: #777;	
	text-align: center;	
	letter-spacing: .2px;
}

#copyright {
	position: relative;
	width: 952px;
	background: url(images/footer-bottom.png) no-repeat;
	margin: 0;
	color: #000000;	
}

/* postmeta */
.post-footer {
	padding: 8px 10px;
	margin: 15px 10px 10px 10px;	
	color: #977C57;
	border: 1px solid #EEE8E1; 
	background: #FAF7F5;
}
.post-footer .date{ 
	margin: 0 10px 0 5px;	
	padding: 7px;
	background: #FAF7F5 url(images/clock.gif) no-repeat 0 2px;
	padding-left: 30px;
}
.post-footer a.comments { 
	margin: 0 10px 0 5px;	
	padding: 7px 5px;
	background: #FAF7F5 url(images/comments.gif) no-repeat 0 2px;
	padding-left: 30px;
	color: #977C57;
}
.post-footer a.readmore { 
	margin: 0 10px 0 5px;	
	padding: 7px 5px;
	background: #FAF7F5 url(images/doc.gif) no-repeat 0 2px;
	padding-left: 30px;
	color: #977C57;
}
.post-footer a.edit { 
	margin: 0 10px 0 5px;	
	padding: 7px 5px;
	background: #FAF7F5 url(images/edit-doc.gif) no-repeat 0 2px;
	padding-left: 30px;
	color: #977C57;
}

.post-info { font-size: .95em; padding: 0 10px; margin-left: 2px; color: #A98D76; }
.post-info a, .post-info a:visited { color: #333; }

/* comments list */
ol.commentlist {
	margin: 12px 10px;
	padding: 0;
	border-style: solid;	
	border-color: #EEE8E1;	
	border-width: 1px 1px 0 1px;
}
.commentlist li {
	margin: 0;
	padding: 10px;
	list-style: none;
	border-bottom: 1px solid #EEE8E1; 
}
.commentlist li cite {
	display: block;
	font-style: normal;
	font-weight: bold;
	padding: 7px;	
}
.commentlist li cite img {
	float: left;
	margin-right: 10px;	
}
.commentlist li cite .comment-data {
	font-size: .8em;
	font-weight: normal;
}
.commentlist li .comment-text {
	clear: both;
	margin: 0; padding: 0;
}
.commentlist li.alt {
	background: #FAF7F5; 
}
	
/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.no-border { border: none; }
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	:both; 
	height:0; 
	content: "."; 
}

.accordion_headings{
	padding:5px;
	background:#41799a;
	color:#FFFFFF;
	border:1px solid #FFF;
	cursor:pointer;
	font-weight:bold;
}

.accordion_headings:hover{
	background:#184164;
}

.accordion_child{
	padding:15px;
	background:#EEE;
}

.header_highlight{
	background:#7d7d7d;
}

#img_container { height:120px; }
#img_container ul {display:block;padding:0;margin:0;list-style:none;}
#img_container ul li{float:left;width:100px;margin:10px;}
#img_container ul li a img {
  width:93px;
  height:93px;
  border:1px solid #574331;
  padding:5px;
  background:#eee;
}
#img_container ul li a:hover img { border-color: darkred; }


/*Password Meter*/

.strengthMeter {
	border: 0px solid #B5B8C8;
	margin: 3px 0 3px 2px;
	background-image: url(images/meter_background.gif);
}
.strengthMeter-focus {
	border: 0px solid #000;
}
.scoreBar {
	background-image: url(images/meter.gif);
	height: 10px;
	width: 0;
	line-height: 1px;
	font-size: 1px;
}

.scrollbox { 
    overflow: auto; 
    padding: 3px; 
    height: 430px; 
    border-style: solid; 
    border-width: 1px; 
    border-color:#775C23; 
    background-color:#FFFFFF; 
    text-align: left; 
    letter-spacing: 1px; 
    word-spacing: 2px; 
    font-size: 10px; 
    color: #CBC9C9; 
    font-family: arial; 
}

.scrollbox1 { 
    overflow: auto; 
    padding: 3px; 
    height: 200px; 
    border-style: solid; 
    border-width: 1px; 
    border-color:#775C23; 
    background-color:#FFFFFF; 
    text-align: left; 
    letter-spacing: 1px; 
    word-spacing: 2px; 
    font-size: 12px; 
    color: #000000; 
    font-family: arial; 
}

.accordion_headings{
	padding:5px;
	background:#d8d7d8;
	color:#FFFFFF;
	border:1px solid #FFF;
	cursor:pointer;
	font-weight:bold;
}

.accordion_headings:hover{
	background:#3a698b;
}

.accordion_child{
	padding:15px;
	background:#EEE;
}

.header_highlight{
	background:#7d7d7d;
}

/* Shasowbox */
#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:200;color:#fff;}
#sb-container{position:fixed;margin:0;padding:0;top:0;left:0;z-index:999;text-align:left;visibility:hidden;display:none;}
#sb-overlay{position:relative;height:100%;width:100%;}
#sb-wrapper{position:absolute;visibility:hidden;width:100px;}
#sb-wrapper-inner{position:relative;border:1px solid #303030;overflow:hidden;height:100px;}
#sb-body{position:relative;height:100%;}
#sb-body-inner{position:absolute;height:100%;width:100%;}
#sb-player.html{height:100%;overflow:auto;}
#sb-body img{border:none;}
#sb-loading{position:relative;height:100%;}
#sb-loading-inner{position:absolute;font-size:14px;line-height:24px;height:24px;top:50%;margin-top:-12px;width:100%;text-align:center;}
#sb-loading-inner span{background:url(images/loading.gif) no-repeat;padding-left:34px;display:inline-block;}
#sb-body,#sb-loading{background-color:#060606;}
#sb-title,#sb-info{position:relative;margin:0;padding:0;overflow:hidden;}
#sb-title,#sb-title-inner{height:26px;line-height:26px;}
#sb-title-inner{font-size:16px;}
#sb-info,#sb-info-inner{height:20px;line-height:20px;}
#sb-info-inner{font-size:12px;}
#sb-nav{float:right;height:16px;padding:2px 0;width:45%;}
#sb-nav a{display:block;float:right;height:16px;width:16px;margin-left:3px;cursor:pointer;background-repeat:no-repeat;}
#sb-nav-close{background-image:url(images/close.png);}
#sb-nav-next{background-image:url(next.png);}
#sb-nav-previous{background-image:url(previous.png);}
#sb-nav-play{background-image:url(play.png);}
#sb-nav-pause{background-image:url(pause.png);}
#sb-counter{float:left;width:45%;}
#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}
#sb-counter a.sb-counter-current{text-decoration:underline;}
div.sb-message{font-size:12px;padding:10px;text-align:center;}
div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline;}

/*  RELATED ACTIVIES BOX */    

#related-activities    {
    float: right;
    font-size: 0px;
    line-height: 0;
    width: 271px;
    }
#related-act-top    {
    font-size: 0px;
    line-height: 0;
    }
#related-act-bottom    {
    background: url(images/bg_related_act.gif) no-repeat bottom;
    font-size: 0px;
    line-height: 0;
    }
#related-act-inner    {
    font-size: 11px;
    line-height: 16px;
    margin: 0 auto 0px auto;
    padding: 10px 0 20px 0;
    width: 225px;
    }
#related-act-inner .left    {
    float: left;
    width: 30px;
    }
#related-act-inner .right    {
    float: left;
    width: 165px;
    padding: 5px 15px 5px 15px;
    }
#related-act-inner .right h5    {
    color: #393939;
    font-size: 12px;
    }
ul.greyarrow    {
    list-style-type: none;
    }
ul.greyarrow li    {
    background: url(images/icon_list_arrow.gif) no-repeat 0 5px;
    line-height: 18px;
    padding: 0 0 0 12px;
    }
ul.greyarrow li a    {
    color: #92b22c;
    font-weight: bold;
    }
ul.greyarrow li a:hover    {
    text-decoration: underline;
    }
.lines-dotted-short    {
    background: url(images/lines_dotted_short.gif) no-repeat 0px 14px;
    font-size: 0px;
    height: 28px;
    line-height: 0;
    }
    
#product-table    {
    margin-bottom: 20px;
    }
#product-table    td a    {
    color: #393939;
    }
#product-table    td a:hover    {
    text-decoration: underline;
    }
#product-table    th    {
    height: 30px;
    text-align: left;
    }
#product-table    .minwidth-1    {
    min-width: 110px;
    }
#product-table td    {
    border: 1px solid #d2d2d2;
    padding: 5px 5px 5px 5px;
    }
#product-table tr.alternate-row    {
    background: #ececec;
    }
td.options-width    {
    padding: 0 0 0 10px;
    width: 210px;
    }
td.checkbox-width    {
    }
.table-header-check    {
    background: url(images/table_header_checkbox.jpg) no-repeat;
    border: none;
    min-width: 29px;
    padding: 0px 0 0 10px;
    width: 29px;
    }
.table-header-options    {
    background: url(images/table_header_options.jpg) no-repeat;
    border: none;
    min-width: 221px;
    padding: 0px 0 0 0;
    width: 221px;
    }
.table-header-repeat    {
    background: url(images/table_header_repeat.jpg) repeat-x;
    border: none;
    font-size: 0px;
    line-height: 0;
    padding: 0px 0 0 0;
    }
.table-header-options a,
 .table-header-repeat a    {
    background: url(images/table_sort_arrow.gif) right no-repeat;
    color: #fff;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    line-height: 14px;
    margin: 0 0 0 10px;
    padding: 0 10px 0 0;
    }
    
    .table-header-options a:hover,
 .table-header-repeat a:hover    {
    
    color:#FFFFFF;
    text-decoration: none;
    }
    
th.line-left    {
    border-left: 1px solid #373737;
    }
#product-table    tr.activity-blue    {
    background: #e3eceb;
    }
    
    #toggle-all {
        display: block;
        width: 17px;
        height:17px;
        cursor: pointer;
        background: url(images/checkbox.gif) 0 -17px;
    }
    
        #toggle-all.toggle-checked {
        display: block;
        width: 17px;
        height:17px;
        background: url(images/checkbox.gif) 0 0;
    }
    
a.icon-1    {
    background: url(images/table_icon_1.gif) no-repeat;
    display: block;
    float: left;
    height: 24px;
    margin: 0 8px 0 0;
    width: 24px;
    }
a:hover.icon-1    {
    background: url(images/table_icon_1.gif) 0 -24px;
    }
a.icon-2    {
    background: url(images/table_icon_2.gif) no-repeat;
    display: block;
    float: left;
    height: 24px;
    margin: 0 8px 0 0;
    width: 24px;
    }
a:hover.icon-2    {
    background: url(images/table_icon_2.gif) 0 -24px;
    }
a.icon-3    {
    background: url(images/table_icon_3.gif) no-repeat;
    display: block;
    float: left;
    height: 24px;
    margin: 0 8px 0 0;
    width: 24px;
    }
a:hover.icon-3    {
    background: url(images/table_icon_3.gif) 0 -24px;
    }
a.icon-4    {
    background: url(images/table_icon_4.gif) no-repeat;
    display: block;
    float: left;
    height: 24px;
    margin: 0 8px 0 0;
    width: 24px;
    }
a:hover.icon-4    {
    background: url(images/table_icon_4.gif) 0 -24px;
    }
a.icon-5    {
    background: url(images/table_icon_5.gif) no-repeat;
    display: block;
    float: left;
    height: 24px;
    margin: 0 8px 0 0;
    width: 24px;
    }
a:hover.icon-5    {
    background: url(images/table_icon_5.gif) 0 -24px;
    }
    
/* Error Message */
.messagebox{
    position:absolute;
    width:100px;
    padding-bottom: 30px;
    font-size: 12px;
    color: #6c6c6c;
}
.messageboxok{
    position:absolute;
    width:200px;
    padding-bottom: 30px;
    font-size: 12px;
    color: #000000;
    
}
.messageboxerror{
    position:absolute;
    width:200px;
    padding-bottom: 30px;
    font-size: 12px;
    color: #ac1212;
}

/* tooltip styling  */   

p                                { color: #242424; }
a                                { color: #242424; }
.tinyTip                        { width: 280px; padding: 37px 0px 0px 0px; display: block; background: url(images/tipTop.png) 0px 0px no-repeat; }
.tinyTip .maincontent           { padding: 0px 20px 0px 20px; font-size: 11px; font-family: "Lucida Sans Unicode"; color: #242424;  background: url(images/tipMid.png) 0px 0px repeat-y; }
.tinyTip .bottom                { height: 47px; background: url(images/tipBtm.png) 0px 0px no-repeat; font: 0px/0px sans-serif; }
    
    
