@CHARSET "ISO-8859-1";
/** to access the current skin images directory in relative path use: ../images/ **/

/** header css objectivity separated from the general design **/
@import url(colors.css);
@import url(custom.css);

 * {
	margin:0;padding:0;	
}

html,body {
	position: relative;
	margin:0;
	padding:0; 
	height:100%;
}

table th {
	padding: 4px 4px;
	border-bottom: 1px dashed #A8A8A8;
	border-width: 0px 0px 1px 1px;
	font-size: 13px;
}

.dialog {
	position:relative;
	background-color:#FAFAFA;
	border-color:#CCCCCC;
	border-style:dotted !important;
	border-width:1px 2px 1px 2px !important;
	margin:12px 0 22px; 
	padding:25px 15px 20px 25px !important;
	color: #646464;
	text-align: left;
	width: 600px;
	left: 50%;
	margin-left: -30%;
	font-size: 12px;
	word-wrap: break-word;
	font-family: tahoma;
	letter-spacing: 1px;
}

.row3 {
	position:relative;
	background-color:#FAFAFA;
	border-color:#CCCCCC;
	border-style:dotted !important;
	border-width:1px 2px 1px 2px !important;
	width: 80% !important;
	left:50%;
	margin:12px 0 22px -45%;
	padding:25px 15px 20px 25px !important;
	color: #646464;
	text-align: left !important;
	font-size: 12px;
	word-wrap: break-word;
	font-family: tahoma;
	letter-spacing: 1px;
}


/** generic links sturcture **/
.a1 a,a.a1 {
	font-family: tahoma;
	font-size: 13px;
	color:  #716F64;
}

.a1 a:hover,a.a1:hover {
	font-size: 13px;
	color:  #0078B3;
}

.listing .links ul li a:hover {
	color: #0078B3;
}

/** generic list sturcture **/
.ul_inline {
	padding-left: 20px;
}
.ul_inline, .ul_inline li {
	display:inline;
}


/** generic price styles **/
.price1 {
	font-famiy: serif;
	font-size: 13px;
	color: #1D97EA;
}

.price2 {
	font-famiy: serif;
	font-size: 15px;
	color: #1D97EA;
}

.price3 {
	font-famiy: serif;
	font-size: 17px;
	color: #1D97EA;
}

.separator, .sep {
	border:0;
	padding-left: 10px;	
}


	
.ok {
 color:green;
 background-image: url(../images/yes.gif);
 background-repeat: no-repeat;
 width: 90%;
 padding-left: 20px;
}

.wiki_box {
	background-color:#FAFAFA;
	border-color:#CCCCCC;
	border-style:dotted;
	border-width:1px 0;
	margin:5px 0 22px;
	padding:12px;	
}


/*for templates the use wiki syxtan*/
.wiki_separator {
	position: relative;
	border-style: solid;
	border-width: 0px;
	border-color: #C8C8C8;
	width:100%;
	margin-top:25px;
	margin-bottom: 10px;
}

.wiki_green_dot {
	background:url("../images/green_dot.png") no-repeat scroll 0 1px transparent;
	border-bottom:1px solid #CCCCCC;
	font-size:14px;
	font-weight:bold;
	letter-spacing:1px;
	margin-bottom:10px;
	padding:0 0 10px 12px;
}

.wiki_tab {
	border-bottom:1px solid #CCCCCC;
	font-size:13px;
	margin: 2px 0px 2px 15px;
	padding:0 0 10px 12px;
}


.tip_title {
	position:relative;
	border-style: solid;
	border-color: #fff;
	border-width:  1px;
	background-color: #E7F1F8;
	font-family: tahoma;
	font-size: 12px;
	min-width: 200px;
	z-index: 998;
}

.tip_body {
	position:relative;
	background-color: #E7F1F8;
	min-width: 200px;
	padding: 1px 1px 0px 1px;
	z-index: 999;
}
	
	
	
.row_option {
	font-family: tahoma;
	font-size: 10px;
	_height: 100%; /*IE 6 Fix */
	margin-bottom: -6px;
}

.row_option1 {
	position:relative;
}

.row_option2 {
	position:relative;
}

.color1 {
	position:relative;
	color: #000;
	font-family: tahoma;
	font-size: 12px;
	height: 100%;
}

.color1 select,.color2 select {
	width: 200px;	
}

.color2 {
	position:relative;
	color: #000;
	font-size: 12px;
	font-family: tahoma;
	height: 100%;
}

.alt_row_description {
	position:relative;
	font-weight:bolder;
	color: #000;
	font-family: tahoma;
	font-size: 14px;
	height: 100%;
	background-color: #fff;	
	
}

.error_class {
	border-style: dotted;
	border-color:  #400000;
	border-width: 1px;
	padding: 5px 4px 5px 4px;
}

.error_class li  {
	list-style: none;	
}

.error_2048 {
	font-size: 14px;
	margin: 0px 0px 1px 0px;
	padding: 4px 2px 2px 2px;
	background-color: #84C1FF;

}

.error_1024 {
	font-size: 14px;
	margin: 0px 0px 1px 0px;
	padding: 4px 2px 2px 2px;
	background-color: #FFCA95;
}

/*notice error*/
.error_8 {
	font-size: 14px;
	margin: 0px 0px 1px 0px;
	padding: 4px 2px 2px 2px;
	background-color: #fff;
}

/* controls the entire page 
   changing the width of the  class box changes the width of the entire page
*/
.box {
	position: relative;
	margin-left: auto ;
	margin-right: auto ;
	/* to make the side modules expand uncomment next line, try it at your own risk. It might cause the box to act differently */
	/*height: 100%; */
	min-height: 650px;
	width: 100%;
}

/* Next to box wrapper is the big container */ 
.wrapper{
	font-family: tahoma,serif;
	height:100%;
}

.its_a_title {
	font-family: sans-serif;
	font-size: large;	
}



/** WRAPPER2 **/
#app_content_line {
	background: #F2F2F2;
	width: 100%;
	background-color: blue;
}

/* Modules */


/*
	Controls the main body of the page when there is no include_right module
*/
.content_full_w_left {
	position:relative; 
	float: left;
	width:84%;
}

#app_content {
	padding: 0;
}

.content_inner {
	padding: 0px 5px 5px 5px;
}
.content_inner ul {
	padding-left: 25px;
}

/** module goes on the right side of content */
.include_in_content_right {
	position:relative;
	overflow:auto;
	float: left;
	width:20%;
}

/** this module is a merge between content and right module, it add an additional layer */
.include_combo_content_and_right {
	float: left; 
	width: 84%;
	overflow: auto;
	word-wrap: break-word;
}


.include_in_content_right_inner {
	padding-left: 5px;
}

/** content's new properties when content right is on */
.include_content_w_content_in_right {
	position:relative;
	overflow: hidden;
	float: left;
	width: 80%;
}
	

.module_right_inner {
	padding: 5px;
	
}

	
/*
	Controls the main body of the page when there is include_right module
*/
.content_full_both {
	position:relative;
	float: left;
	width:64%;
}


/*
	Controls the main body - when left module not displaying and right module is
*/
.content_full_w_right {
	position:relative;
	float: left;
	width:80%;
}


/*
	Controls the right spot on the page ( when it is visible )
*/
.include_right {
	position:relative;
	/*padding: 2px 0px 50px 10px;*/
	float: left;
	word-wrap: break-word;
	width:20%;
	height: 100%;
}

/*
 Controls the left module of the page ( the left menu spot)
*/
.include_left {
	position:relative; 
	width:16%;
	min-height: 400px; 
	height: 100%;
	float: left;
}
/**
END MODULES
**/

.app_menu {
	padding: 8px 2px 10px 15px;
}

.app_menu li,.categories li {
	list-style: none;	
}

.categories,.pages {
	padding: 5px 2px 2px 0px;
}

.categories a:link,.app_menu a:link { color: red; }
.categories a:visited,.app_menu a:visited { color: red; } 
.categories a:hover,.app_menu a:hover { color: blue; } 

.categories ul li {
	list-style: none;	
}

.left_menu_title {
	padding: 2px 2px 2px 2px;
	font-family: sans-serif;
	font-size: medium;
	font-stretch: wider;
}



/*
the footer bar
*/
.footer_outer {
	padding: 0px 5px 0px 5px;
	background-color: #fff;
}

/*
the footer bar
*/
.footer_outer_mask {
	
}

/*
the footer bar
*/
.footer {
	padding: 5px 0px 5px 0px;
	width: 100%;
	border-style: solid ;
	font-family: sans-serif,monospace;
	font-size: 12px;
	font-style: italic;
}

.body_layer1 {
	padding-right: 5px;
}

/*
 Controls the main tabs
*/
.app_tabs  {
   float:left;
   width:100%;
   font-size:93%;
   line-height:normal;
}

.app_tabs ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
}
 .app_tabs li {
   display:inline;
   margin:0;
   padding:0;
}
 .app_tabs a {
   float:left;
   background:url("../images/tableft.gif") no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
 .app_tabs a span {
   float:left;
   display:block;
   background:url("../images/tabright.gif") no-repeat right top;
   padding:5px 15px 4px 6px;
   color:#666;
}
 /* Commented Backslash Hack hides rule from IE5-Mac \*/
 .app_tabs a span {float:none;}
 /* End IE5-Mac hack */
 .app_tabs a:hover span {
   color:#FF9834;
}
 .app_tabs a:hover {
   background-position:0% -42px;
}
 .app_tabs a:hover span {
   background-position:100% -42px;
}

.account_menu {
	padding-left: 20px;
}

.client_menu,.body_layer2 {
	clear:both;
	display: inline-table;
	position:relative;
	padding: 8px 0px 2px 30px;
	width: 100%;
}

.center_content,.page_center,.center_layout {
	text-align: center;	
	padding-top: 100px;
}

.small_text
{
	font-family: tahoma,verdana;
	font-size: 9px;
	color: #747474;
}

.text {
	position:relative;
	font-family: serif;
}

.center {
	text-align: center;
}

.big {
	font-size: 1.4em;
	font-weight: bold;
	color: #6F6F6F;
	
}
/***
.big {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}
**/


.body_box {
	text-align: left;
	border-style:solid;
	border-width: 1px;
	padding-bottom:10px;
	padding-left:45px !important;
	padding-right:15px;
	margin-bottom:10px;
	left: 50px;
}

.soft_title {
	position:relative;
	background-color: #F5F5F5;
	font-weight: bold;
	border-color:#F5F5F5;
	text-align: justify;
	border-style:solid;
	border-width: 1px;
	border-color: white;
	padding-top: 5px;
	padding-left:18px;
	margin-bottom:10px;
}


.list_item {
	position: relative;
	font-family: serif,sans-serif,arial;
}



.prompt_box{
	position:relative; 
	background-color: aqua;
	border-style: solid;
	border-color: #0093D9;
	background-color: #F0F0F0;
	padding: 10px;
	font-family: serif,arial;
}


.wrapper{
	font-family: tahoma,serif;
	margin: 0;
	padding:0;
}


.rightContent{
	float: left;
	position:relative;
	max-width: 350px;	
	left: 50%;
	margin-left: 50px;
	padding: 0px 10px 0px 10px;
}



.soft_border {
	border-style: solid;
	border-width: 1px;
	border-color: #ADADAD;
}

.centerBlock {
	position: relative;
	width: 400px;
	left:50%;
	margin-left: -200px;
	border-style: none;
	border-width: 1px;
	border-color: highlight;
}

.center_page {
	position: relative;
	width: 50%;
	left:50%;
	margin-left: -50%;
	border-style: none;
	border-width: 1px;
	border-color: highlight;	
}

.title {
	padding-top: 20px;
	font-size: 1.1em;
	font-family: Verdana,Tahoma,geneva,verdana,sans-serif;
	color: #5E5EFF;
}

.medium {
	font-size: 14px;	
}


.red {
	color: red;	
}

.small {
	font-size: .7em;
	font-family: "Lucida Sans Unicode";
	margin-right: 10px;
}


.leftoption
{
	float:left;width:200px;
	text-align:right; 
	padding-right: 5px;
	padding-left: 20px;
	font-weight: bold;
	background-color: #DEE7EC;
	padding: 9px 8px 1px 9px;
	border-style:solid;
	border-width: 1px;
	border-color: #8CACBB;
	height: 30px;
}

.generic {
	border-color: highlight;
}

.menu{
	color : #B5B5B5;
}

.grey {
	color: #808080;
}

generic_link a:ACTIVE {
	color:	#009FEC;
}
.generic_link a:LINK {
	color: 	#FF8040;
}
.generic_link a:hover {
	color: #FF6666;
}


.generic_width {
	width: 300px;	
}

.lostpassword
{
	position: relative;
	text-align: center;
}

.checkout {
	padding-top: 20px;	
}



/*
	make buttons be centered
*/
.form_box > div > div input[type='button'],.form_box div > div input[type='submit'] {
	position:relative;
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#666;
	font-weight:bold;
	padding: 1px 2px;
	background:url(../images/btbg.gif) repeat-x left top;
}

/*
	overwrite the above, if input type button/submit is on the right side
*/
.form_box >  div > div:first-child input[type='button'],.form_box div > div:first-child input[type='submit'] {
	position:relative;
	width: 148px;
	left: 60% !important;
}

/*
*
	form
*
*/

fieldset {
	border: 1px solid #E7F1F8;
	background-color: #FFF;
	/* IE */
	_position: relative;_top: 20px;_padding-top: 20px !important;
	padding-bottom: 15px;
	margin-top: 20px;
}

/* tabs */
ul.subsection_tabs {list-style:none;margin:0 0 5px 0;padding:0;clear:both;border-bottom:1px solid #ccc;height:20px;clear:both}
ul.subsection_tabs li.tab{float:left;margin-right:7px;text-align:center}
ul.subsection_tabs li.tab a{display:block;height:20px;padding:0 5px 0 5px;background-color:#fff;color:#666;min-width:85px;_width:20%}
ul.subsection_tabs li.tab a:hover{color:#666}#main ul.subsection_tabs li.tab a.active{background-color:#ddd}
ul.subsection_tabs li.source_code{float:right}
ul.subsection_tabs li.tab a.active { background-color: #E7F1F8; }
ul.subsection_tabs li a {color:#2777A1;font-weight:bold;text-decoration:none;}
ul.subsection_tabs li {color:#333333;font-family:Verdana;font-size:11px;line-height:18px;}


legend {
	/* IE */
	_position: absolute;_top: -.5em;_left: .2em;
	padding-left: 15px;
	padding-right: 10px;
	margin-left: 20px;
	border: 1px solid #E7F1F8;
	font-stretch: wider;
	font-size: 1em;
	text-align: right;
	font-weight: bold;
	font-family: vernada, tahoma;
	color: #B2B2B2;
	background-color: #fff;
}


.login_now {
	position:relative;
	overflow: hidden;
	width: 400px;
	left: 50%;
	margin-left: -300px;
	border: dashed 1px #DFDFDF;
	padding-top: 25px;
	padding-left: 110px;
	padding-bottom: 20px;
}

.label  {
	position:relative;
	text-align: right;
	font-size: 13px;
	font-family: tahoma;
}

.label_1 {
	position:relative;
	text-align: right;
	font-size: 13px;
}


/*
	make buttons be centered
*/
.submit {
	position:relative;
	cursor:pointer;
	color:#666; 
	font-weight:bold;
	padding: 1px 2px;
	width: 200px;
	letter-spacing: 1px;
	text-indent: 2px;
}

.link {
	position:relative;
	cursor:pointer;
	color:#666; 
	font-weight:bold;
	letter-spacing: 1px;
	text-align: left;
}

.element {
	position:relative;
	display: block;
	margin: 0px !important;
	padding: 0px !important;
	width: 195px !important;
}


/*
	make buttons be centered
*/
.form > div > div input[type='button'],.form >  div >  div input[type='submit'] {
	position:relative;
	cursor:pointer;
	border:outset 1px #ccc;
	color:#666; 
	font-weight:bold;
	padding: 1px 2px;

}


.product_title {
	font-weight: bold;
	font-family: Tahoma; 
	font-size: 11px; 
	color: #666;
	text-align: left;
	white-space: normal;
}

.prices {
	font-family: verdata,sans-serif;
	font-size: 1em;	
	background-color: #E1E1E1;
	padding: 2px 5px 2px 5px;
}

.seeme {
	font-family: verdata,sans-serif;
	font-size: 1em;	
	background-color: #E1E1E1;
	padding: 2px 5px 2px 5px;
	font-weight: bolder;
	color: #FF1111;
}

.headline {
	position:relative;
	padding: 5px;
	margin: 2px;
	border-style:dashed;
	border-width: 1px;
	border-color: #484848;
	font-family: sans-serif,tahoma;
	text-align: center;
	color: #400000;
	font-weight: bold;
}

.dateline {
	position:relative;
	padding: 2px;
	height: 18px;
	border-style:solid;
	border-width: 1px;
	border-color: #C3C3C3;
	font-family: sans-serif,tahoma;
	color: #400000;
	font-size: 13px;
	background-color: #F2F2F2;
}

.commentline {
	position:relative;
	padding: 2px;
	height: 18px;
	border-style:solid;
	border-width: 1px;
	border-color: #C3C3C3;
	font-family: sans-serif,tahoma;
	color: #400000;
	font-size: 13px;
	background-color: #F2F2F2;	
}

.comment_outer {
	border-style:solid;
	border-width: 1px;
	border-color: #C3C3C3;
	background-color: #F2F2F2;	
}

.comment_name {
	background-color: #F2F2F2;
}

.rowComment {
	position:relative;
	color: #000;
	font-family: tahoma;
	font-size: 12px;
	height: 100%;
	background-color: #fff;
}

.checkout {
	position:relative;
	padding: 25px 5px 5px 5px;
	margin: 2px;
	border-style:dashed;
	border-width: 1px;
	border-color: #484848;
	font-family: sans-serif,tahoma;
	color: #400000;
}
.checkout_div {
	text-align: right;
	padding: 10px 10px 10px;

}
.checkout_div a {
	border-style: dashed;
	border-width: 1px;
	text-decoration: none;
	padding: 3px;
}

.checkout_remove {
	text-align: left;
	float: left;
	clear:left;
	padding-left: 20px;
}

.checkout_desc {
	font-family: arial;
	font-size: xx-small;
	color: #595959;	
}

.checkout_total {
	text-align: right;
	font-weight: bolder;
}

.checkout_sub_total {
	text-align: right;
}

.checkout > div {
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #400000;
	
}

.cart {
	font-family: serif,sans-serif;
	border-style: dashed;
	border-width: 1px;
	padding: 4px 2px 3px 4px;
}

.cart_title {
	font-weight: bold;
	font-family: tahoma;
	color: #6A0000;
}
	
.cart_item_title {
	font-weight: bold;
	color: #007BB7;
	margin-left: 35px;
	color: #FFBE5A;
	top: -4px;
	font-size: 10px;
}

.cart_item_name {
	position: relative;
	width: 110px;
	margin:  2px 2px 2px 10px;
	color: #934900;
	font-size: 10px;
}

.item_sum {
	margin-left: 20px;
	max-width: 100px;
	color: #DC5A7E;	
}


.cart_headline {
	background-color: #FFBE5A;
	text-align: center;
	font-weight: bolder;
	padding: 2px 0px 2px 0px;
	margin-bottom: 2px;
}

.cart_buttons  {
	position: relative;
	color: #DD6F00;
}

.cart_buttons a {
	text-decoration: none;
}
.cart_button_margin {
	margin-left: 30px;
}

.app-clear {
	clear: both;	
}

.highlight_word {
    background-color: pink;
}

 

 
