/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME: 	Citrus Island
   TEMPLATE CODE: 	S-0004
   VERSION:          1.1          	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { margin:0; 	padding: 0; }

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #FFF url('images/bg.gif') repeat-x;
	color: #333;
	text-align: center;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.5em;
	font-size: 70%;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	/* make footer sticky */
	display: flex;
	flex-direction: column;
}

/* links */
a {
	color: #6FBFDE; 
	background-color: inherit;
	text-decoration: none;
	cursor:pointer;
}
a:hover {
	color: #575757;
	background-color: inherit;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Verdana, Sans-serif;
	font-weight: Bold; 
		
	
}
h1 {
	font-size: 145%;	
	padding: 10px 10px 5px 10px;
	color: #E0062A;
	background-color: inherit;
	border-bottom: 1px solid #EFF0F1;	
			
}
h2 {
	font-size: 125%;
	text-transform: uppercase;
}
h3 {
	font-size: 125%;	
	color: #404040;
}

h2, h3, p {
	padding: 10px;		
	margin: 0;
}

/* images */
img {
	border: 3px solid #D5D5D5;
}
img.float-right {
  margin: 5px 0px 5px 10px;  
}
img.float-left {
  margin: 5px 10px 5px 0px;
}

#sidebar h1, 
#sidebar p {
	padding-left: 0;
}

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #FF9966;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	border-right:1px solid #f2f2f2; border-top:1px solid #f2f2f2; border-bottom:1px solid #f2f2f2; margin:10px; background:#FAFAFA url('images/quote.gif') no-repeat 8px 10px !important; border-left:4px solid #FF9966; padding-left:32px; padding-right:0; padding-top:0; padding-bottom:0   
}

/* form elements */
test.form {
	margin:10px; padding: 5px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
	float:right;
}
label {
	
	padding-left:5px;
}


/**************************************
   LAYOUT 
***************************************/
#wrap {
	width: 96%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	/* make wrap expand to fill remaining space */
	flex: 1;
	display: flex;
	flex-direction: column;
}

/* header */
#header { 
	
	width:100%;
	height: 70px; 
	margin: 0; padding: 0;
	color: #808080; 
	 		
	 	
}
#header #left-header 
{
    width:500%;
    float:left;
}
h1#logo {
	position: absolute;	
	font: bold 2.9em "trebuchet MS", Arial, Tahoma, Sans-Serif;
	margin: 0; padding:0;
	color: #E0062A;
	letter-spacing: -2px;	
	border: none;	
	
	
	/* change the values of top and Left to adjust the position of the logo*/
	top: 10px; left: 2px;	
	
}
h1#logo span { color: #72C4E3; }

h2#slogan { 
	position: absolute;
	margin: 0; padding: 0;	
	font: bold 12px Arial, Tahoma, Sans-Serif;	
	text-transform: none;
	color: #72C4E3;
	/* change the values of top and Left to adjust the position of the slogan*/
	top: 50px; left: 125px;
}


#header #right-header 
{
    width:40%;
    float:right;
    text-align: right;
    margin-top:20px;
}
/* search form */
form.search {
	position: absolute;
	top: 15px; right: 5px;
	padding: 0; margin: 0;
	border: none;
	background-color: transparent; 
}
form.search input.textbox { 
	margin: 0; 
	width: 480px;
	border: 1px solid #CCC; 
	background: #fff;
	color: #333; 	
	vertical-align: top;
}
form.search input.button {
	width: 160px;
	vertical-align: top;
}

/* Login info */
#login {
	clear: both;
	height: 25px;
	margin: 0;
	padding-top:3px;	
	
	border-bottom: 1px solid #72C4E3;
	text-align:left;
}



/* menu */
#menu {
	clear: both;
	background: #FF9966 url('images/menubg.gif') repeat-x;
	height: 30px;
	margin: 0;
	font-style:normal; font-variant:normal; font-weight:bolder; line-height:30px; font-size:1.2em; 
	font-family:Tahoma, Verdana, Arial, Sans-Serif		
}
#menu ul{
	margin: 0; padding: 0 0 0 8px;
}
#menu ul li {
	float: left;
	list-style: none;		
	border-right: 1px solid #72C4E3;
}
#menu ul li a {
	display: block;
	text-decoration: none;	
	padding: 0 15px;
	color: #FFF;	
}
#menu ul li a:hover {
  	color: #EF6D00;	
	background: url('images/menu-hover-bg.gif') repeat-x;
}
#menu ul li#current a {
	color: #333;
	background: url('images/menu-current-bg.gif') repeat-x;	
}

/* sidebar */
#sidebar {
	float: left;
	width: 16%; 
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 0 0 7px 0; padding: 0;
	text-decoration: none;
}
#sidebar ul.sidemenu li {
	background: url('images/arrow.gif') no-repeat 3px 6px;	
	padding-left:15px; padding-right:1px; padding-top:2px; padding-bottom:2px
}

* html body #sidebar ul.sidemenu li { height: 1%; }

#sidebar ul.sidemenu li a {
	font-weight: bolder;
	background-image: url('images/none');
	text-decoration: none;	
	color: #000;
}

#sidebar ul.sidemenu li a:hover{
	color: #E0062A;
}


#rightbar {
	float: right;
	width: 14%;
	padding: 0;
	margin: 0;
	border-left: 1px solid #EFF0F1; 	
	text-align:center;		
}

/* main column */
#main2 {
	float: left;
	margin: 0 0 0 15px;
	width: 100%;
	padding: 0;
	text-align: left;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}

#main1 {
	float: left;
	margin: 0 0 0 15px;
	padding: 0;
	width: 100%;
	
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 15px 10px 10px 10px;
	border: 1px solid #f2f2f2; 
	font-size: 95%;
}
.post-footer .date {
	background: url('images/clock.gif') no-repeat left center;
	padding-left: 20px; margin-left:5px; margin-right:10px; margin-top:0; margin-bottom:0
}
.post-footer .comments {
	background: url('images/comment.gif') no-repeat left center;
	padding-left: 20px; margin-left:5px; margin-right:10px; margin-top:0; margin-bottom:0
}
.post-footer .readmore {
	background: url('images/page.gif') no-repeat left center;
	padding-left: 20px; margin-left:5px; margin-right:10px; margin-top:0; margin-bottom:0
}

#wrap {
	min-height: calc(100vh - 70px);
}

/* footer */
#footer {
	background: #000 url('images/footerbg.gif') repeat-x;
	color: #fff;
	height: 70px;
	text-align: center;
	line-height: 70px;
	font-size: 90%;
	margin-top: auto; /* pushes footer to bottom */
	clear: both;
}

	#footer a {
		text-decoration: none;
		font-weight: bold;
		color: #72C4E3;
	}

		#footer a:hover {
			color: #EF6D00;
		}

#footer-content {
	margin: 0 auto;
	width: 800px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}
#footer-left {
	text-align: left;
}

#footer-right {
	text-align: right;
}




.formcontent
{
       color: #434367;
       font-family:Tahoma, Verdana, Arial, sans-serif;

       font-size: 12px;

       border: 1px solid #EFF0F1;
   background: #F8F8F8;
 
   margin: 10px 0px 10px 0px;
   
}
.formcontent td
{
       padding-left:5px;
       padding-top:2px;
       padding-bottom:2px;
       font-weight:bold;
}
.tdhead
{
       font-family: 'Trebuchet MS', Tahoma, Verdana, Sans-serif;
       font-size: 145%;	
		color: #EF6D00;
       
       padding: 2px 0px 2px 5px;
       vertical-align:middle;
       /* background: #E0E0E0;*/
       height:22px;
	 border-bottom: 1px solid #EFF0F1;
}

tdhead1
{
       font-family: 'Trebuchet MS', Tahoma, Verdana, Sans-serif;
       font-size: 125%;	
	   color: #72C4E3;
       padding: 2px 0px 2px 5px;
       vertical-align:middle;
       background: #EFF0F1;
       height:18px;
}

.tdhead2
{
       font-family: 'Trebuchet MS', Tahoma, Verdana, Sans-serif;
       font-size: 145%;	
       font-weight:bold;
	   color : #E0062A;
       padding: 2px 0px 2px 5px;
       vertical-align:middle;
       height:22px;
	   border-bottom: 1px solid #EFF0F1;
}


/* Button Formating */
.button
{
   border: 1px solid #fff;
   cursor:pointer;
   color: #fff;
   font-weight:bold;
   vertical-align: middle;
   
   background: #72C4E3;
   background: #72C4E3 url('images/bbg.gif') no-repeat 0 0;

   height:18pt;
   padding:  0pt 1pt 1pt 7pt;
 }
.button:hover
 {
     text-decoration: underline;
 }
 .button1
{
  font-family : 'Trebuchet MS', Tahoma, Verdana, Sans-serif;
   border: 1px solid #C20000;
   cursor:pointer;
   color: #fff;
   font-weight:bold;
   vertical-align: middle;
   
   background: #000;
   height:18pt;
   padding:  2pt 5pt 2pt 5pt;
 }
.button1:hover
 {
     text-decoration: underline;
     background: #000;
      cursor:pointer;
   color: #fff;
   font-weight:bold;
 }

fieldset
{
border: 1px solid #EFF0F1;
} 

legend
{
font-family: 'Trebuchet MS', Tahoma, Verdana, Sans-serif;
font-size: 110%;
font-weight:bold;
color: #EF6D00;
padding: 0px 5px 0px 5px;

} 

#Repeater
{
padding:2px 5px 5px 5px;
font-family:Tahoma, Verdana, Arial, sans-serif;
font-size: 10px;
color: #333;

} 

#Repeater  a {
	color: #6FBFDE;
	text-decoration: none;
	font-size:11px;
	font-weight:bold;
}

#Repeater a:hover {
	text-decoration: underline;
}

/* Grid View Formating */
.gridView
{
    border:solid thin #EFF0F1;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:90%;
}
.gridView tr
{
	border:solid thin #EFF0F1;
	height:30px;
}
.gridView th
{
    font-size:80%;
    background: #EFF0F1;
	color : #E0062A;
	font-weight:bold;
	padding-left:5px;
	height:18px;
	padding-bottom:3px;
}
.gridView td
{
	background-color: #ffffff;
	padding-left:5px;
}

td
{
padding:2px 5px 5px 5px;
font-family:Tahoma, Verdana, Arial, sans-serif;
font-size:80%;
color: #333;
} 

.border
{
       border: 1px solid #EFF0F1;
}

.hdivider 
{
	height: 1px;
	background-color: #EFF0F1;
	/*background: #EFF0F1 url('images/barr.jpg') repeat-x;*/
	overflow: hidden;
}

/* Sub Items Descriptions */
.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 0px;
	overflow : hidden;
}

img {
	border: none;
}

.heading
{
	font-weight: bold;
    font-family: 'Trebuchet MS', Tahoma, Verdana, Sans-serif;
    font-size: 110%;	
	color: #EF6D00;

    
}
.subheading
{
	border-bottom: 1px solid #EFF0F1;
	font-weight: bold;
    font-family: 'Trebuchet MS', Tahoma, Verdana, Sans-serif;
    font-size: 100%;	
	color: #E0062A;
}

.sub_items {
	margin-bottom: 2px;
	margin-top: 5px;
	width: 694px;
	background: url('images/item_sub_background.gif') repeat-y 0px 0px;
	text-align: justify;
}

.sub_left {
	width: 350px;
	float: left;
	font-size: 10px;
	margin-right:10px;
}

.sub_right {
	width: 315px;
	float: right;
	font-size: 10px;
}
.paging
{
	float: right;
	text-align: right;
}

.sub_items_cartinfo {
	padding-top: 12px;
	padding-left: 20px;
	color: #820721;
	color: #ffffff;
	font-family: arial, tahoma, sans-serif;
	float: none;
	clear: both;
}
.view a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight:bold;
}

.view a:hover {
	color: #e1e1e1;
	font-weight:bold;
}

#border
{
	border: 1px solid #f2f2f2;
}
.borderGold
{
	border: 6px groove gold;
	padding:0px 2px 2px 0px;
}
#leftborder
{
	border-left: 1px solid #000;
}
#rightborder
{
	border-right: 1px solid #EFF0F1; 
}  