/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME:		Refresh
   TEMPLATE CODE: 	S-0002
   VERSION:          1.0          	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; }

body {
	background: #CCCCCC;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #333; 
	text-align: center;
}

/* links */
a, a:visited {
	text-decoration: none;
	color: #4F82CB; 
	background: inherit;
}
a:hover {
	color: #4EBF37;
	background: inherit;
}

/* headers */
h1, h2, h3 {
	font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 120%;	
}
h2 {
	font-size: 110%;
	text-transform: uppercase;
	color: #88ac0b;
}
h3 {
	font-size: 110%;
	color: #666666; 
}

/* images */
img {
	border: none;
}
img.float-right {
        margin: 5px 0px 15px 10px;  
}
img.float-left {
        margin: 5px 30px 10px 0px;
}
img.thick-border {
        border: 2px solid #CCC;
}
img.thin-border {
        border: 1px solid #CCC;
}
img.middle {
        vertical-align: middle;
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
	color: #88ac0b;
        text-align: justify;
}
ul span, ol span {
	color: #666666;
}
ul.plain {
        /*color: black;*/
        line-height:1.5;
}
ul.plain li {
        padding-left: 10px;
}
ul.plain li span {
        color: black;
}
/* form elements */

.error_message {
        clear: both;
        color: #c20000;
        font-size: 0.9em;
        margin: 0;
}

.checkbox {
        margin: 2px 0;
}

.required {
        display: block;
        margin: 2px 0;
}
.required label {
        display: inline;
}
.required .asterisk {
        display: inline;
        color: #c20000;
}

fieldset {
        padding: 5px;
        border: 1px solid #e7e7e7;
}
legend {
        font-weight: bold;
}
form {
        width: 72%;
	margin:10px; padding: 0 5px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
form.short {
        width: 50%;
}
form.shorter {
        width: 35%;
        margin-bottom: 0;
        padding-bottom: 0;
}
label {
	display:block;
	margin:5px 0;
}
label.inline {
	display:inline;
}
input,select {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
select {
        padding:0;    
}
textarea {
	width:385px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 2px; 
	font: bold 12px Arial, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 0 3px; 
	background: #FFF;
	color: #88ac0b;
}
.form_hint {
        clear: both;
        color: gray;
        font-size: 0.9em;
        margin: 0;
}
.form_hint.step {
        margin-left: 2em;
}

/* login */

form.login {
	margin:10px; padding: 0 5px;
	border: none;
	background: transparent;
}

form.login .fields {
        width: 102%;
        padding: 0 5px 5px;
        background: #FAFAFA;
        border: 1px solid #f2f2f2;
}

/* search */
form.search {
	position: absolute;
	top: 35px; right: 25px;
	background: transparent;
	border: none;	
}	
form.search input.textbox {
	margin: 0; padding: 1px 2px;
	width: 120px;
	background: #FFF;
	color: #333; 
}
form.search input.button {
	background: #CCC url(../images/headerbg.gif) repeat-x;
	color: #333;
	border: none;	
	width: 70px; height: 21px;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 820px;
	background: #CCC url(../images/content.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	clear: both;
	width: 760px;
	padding: 0; 
	margin: 0 auto;
}
#header {
	width: 820px;
	position: relative;
	height: 106px;
	background: #CCC url(../images/header.jpg) no-repeat center top;
	padding: 0;
	font-size: 14px;
	color: #FFF;
}
#header h1#logo-text {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 3.3em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	text-transform: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 28px; left: 50px;	
}
#header h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal .8em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 84px; left: 58px;		
}
#header #logo {
	position: absolute;
	margin: 0; padding: 0;
		
	/* change the values of top and left to adjust the position of the logo*/
	top: 18px; left: 131px;	
}

/* Menu */
#menu {
	clear: both;	
	margin: 0; padding: 0 40px 0 0;
	background: url(../images/menu.jpg) repeat-y center top;	
	font: bold 12px/26px Verdana, Arial, Tahoma, Sans-serif;
	height: 26px;
}
#menu ul {
	float: right;
	list-style: none;
	margin:0; padding: 0;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 8px;
	color: #FFF;	
	text-decoration: none;
}
#menu ul li a:hover {
	background-color: #ECECEC;
	color: #333;	
}
#menu ul li#current a {	
	background-color: #FFF;
	color: #333;
}

/* breadcrumbs */

#breadcrumbs {	
	margin: 0; padding: 5px 40px 0 0;
	height: 20px;
}

#breadcrumbs li {
        float: left;
        display: inline;
        margin-right: 4px;
}

#breadcrumbs a {
        background: url(../img/arrow_right.gif) bottom right no-repeat;
        padding-right: 11px;
        text-decoration: none;
        color: #88ac0b;
}
#breadcrumbs a:hover {
        background:url(../img/arrow_right.gif) bottom right no-repeat;
        color: #88ac0b;
}


/* Main Column */
#main {
	float: right;
	width: 72%;
	padding: 0; margin: 0;
}
#main h1 {
	margin-top: 10px;
	font: Bold 125% Verdana, 'Trebuchet MS', Sans-serif;
	color: #88ac0b;
	padding: 5px 0 5px 25px; 	
	border-bottom: 1px solid #EFF0F1;
	background: #FFF url(../images/square-green.png) no-repeat 3px 50%;	
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 10px 0 10px;
	border: 1px solid #f2f2f2;
	font-size: 100%;	
}
.post-footer .date {
        margin: 0 5px 0 5px;
}
.post-footer .comments {
	background: url(../images/comment.gif) no-repeat left center;
        margin: 0 5px 0 5px;
}
.post-footer .readmore {
        margin: 0 5px 0 5px;
}

/* Sidebar */	
#sidebar {
	float: left;
	width: 26.5%;
	padding: 0; margin: 0;	
}	
#sidebar h1 {
	margin-top: 10px;
	padding: 5px 0 5px 10px; 
	font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;
	color: #555;
	background: #EEF0F1 url(../images/headerbg.gif) repeat-x left bottom;	
	border: 1px solid #EFF0F1;
}
#sidebar .left-box {
	border: 1px solid #EFF0F1; 
	margin: 0 0 5px 0;
        padding: 5px;
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0 8px 0; padding: 0;
	text-decoration: none;		
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	background: url(../images/go.gif) no-repeat 5px 5px;	
	padding: 2px 0 2px 25px;
	margin: 0 2px;
        font-weight: bold;
}
#sidebar ul.sidemenu a {
	font-weight: bold;
	text-decoration: none;	
	background-image: none;	
}

/* Footer */	
#footer {
	color: #666666;
	background: #CCC url(../images/footer.jpg) no-repeat center top;
	clear: both;
	width: 820px;
	height: 55px;
	text-align: center;	
	font-size: 92%;
}
#footer a { text-decoration: none; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.align-center { text-align: center; }

/* display and additional classes */
.clear { clear: both; }
.gray { color: #CCC; }

/* user */
.profile_block {
        margin: 5px 0;
        display: block;
        clear: both;
}
.user dl {
        line-height: 2em;
        margin: 0 30px;
}
.user dt {
        font-weight: bold;
        vertical-align:top;
}
.user dd {
        margin-left:20em;
        margin-top:-2em;
        vertical-align:top;
}
#actions {
        float: right;
        width: 150px;
        border: 1px solid #EFF0F1;
        padding: 0;
        margin: 0 0 5px 5px;
}
#actions .content {
        clear: both;
}
#actions .header {
        clear: both;
	padding: 5px 0 5px 10px; 
	font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;
	color: #555;
	background: #EEF0F1 url(../images/headerbg.gif) repeat-x left bottom;
}
#flashMessage {
        color:#C20000;
        font-size: 14px;
        background-color: #fff;
        margin: 8px 0px;
        font-weight: bold;
}
.orders table {
        width: 95%;
        clear:both;
        margin:1em 0 0.2em 20px;
        background-color:rgb(233,232,244);
        border: 1px solid #EFF0F1;
}

.orders table th.top {
        padding: 5px 0 5px 10px; 
	font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;
	color: #555;
	background: #EEF0F1 url(../images/headerbg.gif) repeat-x left bottom;
        text-align: center;
}

.orders table td {
        height:3.0em;
        padding:2px 7px 2px 7px;
        background-color:#FAFAFA;
        text-align: center;
        font-weight:normal;
}

#order_warning {
        border-top: 1px solid #EFF0F1;
        border-bottom: 1px solid #EFF0F1;
        text-align: justify;
}

.warning {
        border-top: 1px solid #EFF0F1;
        border-bottom: 1px solid #EFF0F1;
        text-align: justify;
        padding: 5px 0;
}

#logo_small {
        float: left;
        width: 150px;
        border: 1px solid #EFF0F1;
        padding: 0; margin-top: 10px;
}
#logo_small .content {
        clear:both;
        text-align: center;
}
#logo_small .footer {
        clear: both;
        padding: 2px 0;
	font-weight: bold;
	background: #EEF0F1;
        text-align: center;
}
.photo_row {
        clear: both;
}
.photo_box {
        width: 120px;
        height: 105px;
        border: 1px solid #EFF0F1;
        padding-top: 5px;
        margin: 10px 5px;
        float: left;
        text-align: center;
}

.hr {
        border-bottom: 1px solid #EFF0F1;
        clear: both;
}

#photo_view {
        position:absolute;
        left:0px;
        top:0px;
        background-color: white;
        text-align: left;
}
#photo_view img {
        border: 1px solid #EFF0F1;
        }
        
#photo_view dl {
        line-height:2em;
        margin: 0 5px;
}
#photo_view dt {
        font-weight: bold;
        vertical-align:top;
}
#photo_view dd {
        margin-left:10em;
        margin-top:-2em;
        vertical-align:top;
}

.description {
        text-align: justify;
}
#captcha {
        margin-top: 5px;
}
/* questions table */
table.qaBlock {
	color: #0D2F73;
	background-color: #F7FAFD;
        margin-top: 1em;
	margin-bottom: 1em;
	border-collapse: collapse;
	border-top: 2px #A8B8D7 solid;
	border-bottom: 1px #A8B8D7 solid;
}
table.qaBlock tr td {
	margin: 0em;
	padding: .6em;
	vertical-align: top;
	border: none;
	vertical-align: top;
        text-align: justify;
}
table.qaBlock tr.question td {
	background-color: #E7F0FA;
}
table.qaBlock ul, table.qaBlock ol{
	font-size: 100%;
}
.question p {
        padding: 0 0 5px 0;
}
.answer p {
        padding: 0 0 5px 0;
}
.userName {
        text-align: right;
        margin-right: 5px;
        color: #666;
}
.newsDate {
        color: #666;
}
#pagination {
        margin-top: 5px;
        padding: 10px;
}
.add_info {
        margin-left:30px;
        text-align: justify
}
div.misc ul {
	list-style: none;
}
