﻿body {
	background-image:url('/images/images_tmpl6/bg.png');
	background-repeat: repeat;
}
/* the div that holds the date picker calendar */
.imgOut      { border: 1px solid #999999 }
.imgOver     { border: 1px solid #CC0000 }

.dpDiv {

	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}


/********************end of jalali date picker***************************/
p, font
{ font-family:		Tahoma;
  font-size:		11px;
}

.count       { font-family: Tahoma; font-size: 7pt; color: #666666 }
a:hover      { color: #EB1D12; text-decoration: underline }
a.redmenu {
	padding: 7px 10px 10px 10px;
	border: 1px solid #CCCCCC;
	color: white;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: 600;
	text-decoration: none;
        text-align:center;
	display: block;
	background-color: #28287B;
	background-image: url('http://www.yaslaptop.ir/images/images_tmpl6/RedButtonBack.jpg');
}
a:hover.redmenu  {
	padding: 7px 10px 10px 10px;
	border: 1px solid #CCCCCC;
	color: white;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: 600;
	text-decoration: none;
        text-align:center;
	display: block;
	background-color: #28287B;
	background-image: url('http://www.yaslaptop.ir/images/images_tmpl6/RedButtonBack_hover.jpg');
}

.menu {
	padding: 0px;
	margin: 0px;
	border-width: thin;
	border-color: #0062C4;
	font-family: tahoma;
	font-size: 10px;
	font-weight: 600;
	color: #F4F4F4;
	text-align: center;
	height: 40px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #005EBB;
	width: 10%;
}
.menu a {
	font-family: tahoma;
	font-size: 10px;
	font-weight: 600;
	color: #F4F4F4;
	text-align: center;
	height: 40px;
	text-decoration: none;
	display: block;
	line-height: 40px;
}

.menu a:hover {
	border-width: thin;
	border-color: #0062C4;
	font-family: tahoma;
	font-size: 10px;
	font-weight: 600;
	color: #F4F4F4;
	text-align: center;
	background-color: #0055B0;
	text-decoration:none;
	display:block;
	line-height: 40px;
}

/*a.menu {
	padding: 7px 10px 10px 10px;
	border: 1px solid #CCCCCC;
	color: white;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: 600;
	text-decoration: none;
        text-align:center;
	display: block;
	background-color: #28287B;
	background-image: url('http://www.yaslaptop.ir/images/images_tmpl6/ButtonBack.jpg');
}
a:hover.menu  {
	padding: 7px 10px 10px 10px;
	border: 1px solid #CCCCCC;
	color: white;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: 600;
	text-decoration: none;
        text-align:center;
	display: block;
	background-color: #28287B;
	background-image: url('http://www.yaslaptop.ir/images/images_tmpl6/ButtonBack_hover.jpg');
}


/*a.menu       { font-family: Tahoma; font-size: 8pt; color: #FFFFFF; text-decoration: none; 
               font-weight: 600 }
a:hover.menu { font-family: Tahoma; font-size: 8pt; color: #FFFFFF; background-color: #E78070; text-decoration:none }*/

a.cat_tree_links { font-family: Tahoma; font-size: 8pt; color: #677B8D; text-decoration: none }
a:hover.cat_tree_links { font-family: Tahoma; font-size: 8pt; color: #677B8D; text-decoration: underline }

a            { color: #5677A0; text-decoration: none }
input, select, textarea        { font-family: Tahoma; font-size: 8pt }
input.submit {background-color: #FF00FF}

td
{ font-family:		Tahoma;
  font-size:		11px;
}
h1, h2, h3
{ font-family:		Times New Roman;
  font-size:		16px;
  color:			#000000;font-weight:bold
}

product-title
{ font-family:		Times New Roman;
  font-size:		16px;
  color:			#000000;font-weight:bold
}


.header
{ font-family:		Arial;
  font-size:		16px;
  color:			white;
  font-weight:		bold;
  text-decoration:	underline;
}
.no_underline
{ text-decoration:		none;
}
.small
{ font-size:		10px;
}
.faq
{ font-size:		13px;
}
.big
{ font-size:		18px;
  text-decoration:		none;
}

.cat         { font-weight: 600 }

.cat_light
{ font-size:		16px;
  color:			white;
}
.standard
{ font-weight:		normal;
}
.light
{ color:			white;
}
.lightsmall
{ color:			white;
  font-size:		10px;
}
.lightstandard
{ color:			white;
  font-weight:		normal;
}
.middle
{ color:			white;
}
.cart
{ font-family:		Tahoma;
  font-size:		11px;
  BORDER-BOTTOM:	0px solid;	
  BORDER-LEFT:		0px solid;
  BORDER-RIGHT:		0px solid;	
  BORDER-TOP:		0px solid;
  margin:			1px;
  font-weight:		bold;
  color:			red;
  background-color:  transparent;
}
.totalPrice
{ font-size:	    	12px;
  BORDER-BOTTOM:	0px solid;	
  BORDER-LEFT:		0px solid;
  BORDER-RIGHT:		0px solid;	
  BORDER-TOP:		0px solid;
  margin:		1px;
  font-weight:		bold;
  color:		#CC0000;
  background-color:  transparent;
}
.myaccount_tab_bottom
{
  BORDER-BOTTOM:	1px solid;
  BORDER-LEFT:		0px solid;
  BORDER-RIGHT:		1px solid;
  BORDER-TOP:		0px solid;
  BORDER-COLOR:		#82A1DD;
  text-align:		center;
  margin:			1px;
}

.myaccount_tab_top
{
  BORDER-BOTTOM:	0px solid;
  BORDER-LEFT:		0px solid;
  BORDER-RIGHT:		1px solid;
  BORDER-TOP:		1px solid;
  BORDER-COLOR:		#82A1DD;
  text-align:		center;
  margin:			1px;
}

.myAccount_bottomright {
  BORDER-BOTTOM: 1px dotted #A9C0FF;
  BORDER-RIGHT: 1px dotted #A9C0FF;
}
.myAccount_bottom {
  BORDER-BOTTOM: 1px dotted #A9C0FF;
}
.myAccount_right {
  BORDER-RIGHT: 1px dotted #A9C0FF;
}

.comparison_button
{
  BORDER-BOTTOM:	1px solid;	
  BORDER-LEFT:		1px solid;
  BORDER-RIGHT:		1px solid;	
  BORDER-TOP:		1px solid;
  background-color:  #D2E7FF;
}

.pageSeparator {
	BORDER-BOTTOM: 2px dotted #A9C0FF
}




.top-header  { background-image: url('../images/images_tmpl5/top_header_bg.gif'); 
               background-repeat: repeat-x }
.boxes_font  { font-family: Tahoma; font-size: 8pt }
.main_box_body {
	/*border: thin solid #E6E6E6;
	background-color: #F2F3FF;*/
	font-family: Tahoma;
	font-size: 8pt;
	direction:rtl
}
.main_box_top_middle { background-image: url('../images/images_tmpl5/main_box_top_middle_bg.gif'); 
               background-repeat: repeat-x }
.footer_top  { background-image: url('../images/images_tmpl5/footer_bg.gif'); 
               background-repeat: repeat-x }
.box-body    { border-left: 1px solid #C0CDDC; border-right: 1px solid #C0CDDC; 
               border-top-width: 1px; border-bottom-width: 1px; 
               background-repeat: repeat-x; font-family:Tahoma; font-size:8pt }
.top-menu    { color: #edecec;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
}
/*.top-menu    { font-family: Tahoma; font-size: 8pt; color: #FFFFFF; font-weight: bold; 
               background-image: url('../images/images_tmpl5/menu_bg.gif'); 
               background-repeat: repeat-x; padding-left:10px; padding-right:10px }*/
.main_box_bt { background-image: url('../images/images_tmpl5/main_box_bt.gif'); 
               background-repeat: repeat-x }
               
.red         { color: #CC0000 }

.boxes       
{ 
	border:1px solid #C0C0C0; 
	background-color: #F4F4F4 
}

img.articleimages {
	margin: 5px 10px 2px 0;
	padding: 2px;
	border:1px dotted gray;
}

/*a.pricelist {
	background-image: url('http://www.yaslaptop.ir/images/images_tmpl6/Price-List.jpg');
	background-repeat: no-repeat;
	width: 185px;
	height: 88px;
	display: block;
}
a.pricelist:hover {
	background-image: url('http://www.yaslaptop.ir/images/images_tmpl6/Price-List-Hover.jpg');
	background-repeat: no-repeat;
	width: 185px;
	height: 88px;
	display: block;
}*/
.defaultbutton {
	padding: 5px;
	border: thin solid #3366CC;
	font-family: tahoma;
	font-size: 11px;
	background-color: #3399FF;
	text-decoration: none;
	color: #F3F3F3;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
}
a.defaultbutton:hover{
	padding: 5px;
	border: thin solid #3366CC;
	font-family: tahoma;
	font-size: 11px;
	background-color: #99CCFF;
	text-decoration: none;
	color: #000000;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	display: inline-block;
}

.hidDivs {
	display: none;
}

#rightmenu{
	background-color:white;
	padding-right:5px;
	font-size: 11px;
	font-family: tahoma;
	line-height:11px;
	vertical-align:middle;
	text-align:right;
}

#rightmenu a,#rightmenu a:hover,#rightmenu a:visited {
	text-decoration: none;
	color: #000000;
	text-align:right;
}

.sidemenu0 {
	font-weight: bold;
	padding-bottom:5px;
	padding-top:5px;
	padding-right:10px
}

.sidemenu1 {
	padding-bottom:5px;
	padding-top:5px;
	padding-right:30px
}

.sidemenu2 {
	padding-bottom:5px;
	padding-top:5px;
	padding-right:50px
}

.sidemenu3 {
	padding-bottom:5px;
	padding-top:5px;
	padding-right:70px
}

.PriceListButton {
	cursor: pointer;
}

.PriceListHolder {
	display: none;
	background-color: silver;
}

.PriceListButtons {
	margin-right: auto;
	margin-left: auto;
}

.PriceList {
	width: 133px;
	height: 30;
	background-color: grey;
	border: solid thin black;
	text-align: center;
	vertical-align: middle;
}

.PriceList a {
	text-decoration: none;
	font-weight: bold;
	color: white;
	display: block;
}

.HPriceList {
	width: 133px;
	height: 30;
	background-color: grey;
	border: solid thin black;
	text-align: center;
	vertical-align: middle;
}

.HPriceList a {
	text-decoration: none;
	font-weight: bold;
	color: white;
	display: block;
}
