@charset "utf-8";
/* CSS Document */

#container {
    width: 988px;
	height: auto;
	text-align: center;
    background-image:url(../images/content-bg.jpg);
	margin: 0px auto; /* align center */
    padding: 0px;
    text-align: left; /* reset text alignment */ 
    display: table; /* for Opera background image bug */
}
#header {
    width: 988px;
	height: 122px;
	text-align: center;
    background-image:url(../images/header-bg.jpg);
    padding: 0px;
    text-align: left; /* reset text alignment */ 
    display: table; /* for Opera background image bug */
}
#logo {
    float: left;
	width: 225px;
	height: 66px;
	
}
#quick-select {
    width: 140px;
	float: right;
	padding-right: 40px;
}
#cart {
    width: 36px;
	float: right;
}

/* Home page style */
#flash {
    padding: 32px 63px 0px 63px;
    width: 862px;
    height: 255px;
    text-align: center;
}
#content {
    width: 862px;
	padding: 0px 63px 0px 63px; 
	text-align: center;  
    height: 200px;
}
#content-left {
    width: 408px;
	float: left;
	height: 200px;
}

#content-right {
    width: 424px;
    float: right;
	padding: 24px 0px 0px 30px;
	font-size: 0.8em;
	text-align: left;
}
#category {
    width: 988px;
	padding: 28px 0px;   
    font-size: 0.8em;
	font-weight:bold;
    color: #9b863a;
    text-align: center;
}
#category a:link{
    color: #9b863a;
    text-decoration: none;
}
#category a:visited{
    color: #9b863a;
    text-decoration: none;
}
#category a:hover{
    color: #9b863a;
    text-decoration: underline;
}
/* end of home page style */

/* footer style */
#footer {
    width: 988px;
	height: 26px;
    background-image:url(../images/footer-bg.jpg);
    clear: both;
    font-size: 0.7em;
    color: #ffffff;
    text-align: center;
}
#footer a:link{
    color: #ffffff;
    text-decoration: none;
}
#footer a:visited{
    color: #ffffff;
    text-decoration: none;
}
#footer a:hover{
    color: #ffffff;
    text-decoration: underline;
}

/* genereal style */
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;  
    font-weight: normal;
    font-size: medium;
    padding: 0px;
    text-align: center; /* for IE */
}
img {
    border: 0px; 
}
.image{
    padding-right: 20px;
	padding-bottom: 10px;
}

#wraper {    
  width: 862px;
  height: auto;
  margin: 10px 60px 20px 60px;
  padding: 0px 0px;
}
#breadcrumb {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  color: #333333;
  font-size: 0.75em;
  padding: 0px;
}
h1 {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  margin: 20px auto;
  padding: 0px;
  color: #9b863a;
  font-size: 20px;
}
h2 {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  margin: 10px auto;
  padding: 0px;
  color: #202020;
  font-size: 18px;
}
h3 {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  margin: 10px auto;
  padding: 0px;
  color: #202020;
  font-size: 18px;
}
.para 
{
    font-size: 0.75em;
}

/* default pages */
.index-link{
  margin-top: 30px;
  margin-left: 240px;
  font-size: 0.75em;
  font-weight: bold;
  list-style-image:url(../images/yellow-dot.png);
  list-style-position: outside;
}
.index-link li a:link{
    color: #9b863a;
    text-decoration: none;
}
.index-link li a:visited{
    color: #9b863a;
    text-decoration: none;
}
.index-link li a:hover{
    color: #9b863a;
    text-decoration: underline;
}
.prod-list{
  font-size: 1.2em;
  font-weight: bold;
  list-style-image:url(../images/products/yellow-dot.jpg);
  list-style-position: outside;
  line-height: 1.6em;
}
.tech-table {
    font-size: 0.75em;
    background-color: White;
}
.tech-table tr td
{
    padding: 5px 5px;
    background-color: #f0f0f0;
}
.acess-table {
    font-size: 0.75em;
    background-color: #f0f0f0;
}
.acess-table tr td
{
    padding: 5px 5px;
    background-color: #ffffff;
}
.prod-table {
    font-size: 0.75em;
	margin-bottom: 20px;
}
.prod-table tr td
{
    padding: 0px 0px;
}
.supply-table {
    margin-top: 30px;
    font-size: 1em;
	border: 1px solid #000000;
	background-color:#f0f0f0;
}
.supply-table tr td
{
    padding: 5px 5px;
}
.cart-table {
    margin-top: 30px;
    font-size: 1em;
	border: 2px solid #000000;
	background-color:#d8cda4;
}
.cart-table tr td
{
    padding: 5px 5px;
}
.glossary-table {
    font-size: 0.75em;

}
.glossary-table tr td
{
    padding: 5px 5px;

}
.yellow-bg
{
    background-color: #d8cda4!important;
    font-weight: bold;
}
.yellow-link  a:link{
    color: #9b863a;
	font-weight: bold;
    text-decoration: none;
}
.yellow-link  a:visited{
    color: #9b863a;
	font-weight: bold;
    text-decoration: none;
}
.yellow-link  a:hover{
    color: #9b863a;
	font-weight: bold;
    text-decoration: underline;
}
.yellow-underline-link  a:link{
    color: #9b863a;
	font-weight: bold;
    text-decoration: underline;
}
.yellow-underline-link  a:visited{
    color: #9b863a;
	font-weight: bold;
    text-decoration: underline;
}
.yellow-underline-link  a:hover{
    color: #9b863a;
	font-weight: bold;
    text-decoration: none;
}
/* products pages */
.prod-table {
    font-size: 0.75em;
}
.prod-table tr td
{
    padding: 5px 5px;
}
.dot-bg{
    background:url(../images/products/dot-bg.jpg) no-repeat ;
}
ol{
    line-height: 1.5em;
}
.left-bd {
    border-left: #333333 1px solid;	
	border-top: #333333 1px solid;	
}
.right-bd {
    border-right: #333333 1px solid;	
}
.bottom-bd {
    border-bottom: #333333 1px solid;	
}

/* server control style */
.radio-bt {
     font-size: 0.75em;
	 padding-left: 20px;
}
.radio-bt2 {
     font-size: 0.75em;
	 padding-left: 50px;
}
.radio-bt3 {
     font-size: 0.75em;
	 padding-left: 80px;
}
.radio-bt4 {
     font-size: 0.75em;
	 padding-left: 110px;
}
.server_table3 {
    font-size: 0.75em;
	margin: 10px auto 10px 100px;
	background-color: white;
	width: 70%;
}
.server_table3 tr td
{
    padding: 2px 5px;
	background-color: #f0f0f0;
}
.server_table4 {
    font-size: 0.75em;
	margin: 10px auto 10px 130px;
	background-color: white;
	width: 70%;
}
.server_table4 tr td
{
    padding: 2px 5px;
	background-color: #f0f0f0;
}
.tableform
{ 
    margin: 10px 30px 30px 30px;
    padding: 10px 10px;
    background-color: #f0f0f0;
	border: 1px solid #878787;
	text-align: left;
}
.tableform tr td 
{      
  font-size: 1em;
  font-weight: normal;
  color: #000000;
  background-color: #f0f0f0;
  padding: 2px 2px 2px 2px;  
}
.regform
{ 
    margin: 10px 30px 30px 30px;
    padding: 10px 10px;
    background-color: #f0f0f0;
	border: 1px solid #878787;
	text-align: left;
}
.regform tr td 
{      
  font-size: 1em;
  font-weight: normal;
  color: #000000;
  background-color: #f0f0f0;
  padding: 2px 10px;  
}
.popup {   
   
   margin: 0px 10px;
   padding: 0px;
   text-align:left;
}
.popup .border{
    border-bottom: #9b863a solid 4px;
}
  
.dropdownlist {
  /*background:url(../images/quick-select.jpg) right;*/
  color: #333333;
  font-weight:normal;
  font-size: 0.7em;
  border:1px solid #878787;
}
.countrylist {
  /*background:url(../images/quick-select.jpg) right;*/
  color: #333333;
  font-weight:normal;
  font-size: 1em;
  border:1px solid #878787;
}
.textbox{
  font-size: 1em;
  color: #555555;
  font-weight:bold;
  background: #ffffff;
  border: 1px solid #878787;
} 

.button{
  margin-top: 10px;
  color: #000000;
  font-weight: bold;
  font-size: 1em;
  background: #cccccc;
  border: 1px solid #333333;
}
.errormsg 
{
    color: red;
	font-weight: bold;
}

.subtitle {
  font-family: Impact, Charcoal, sans-serif; 
  margin: 10px auto;
  padding: 0px;
  color: #202020;
  font-size: 24px;
}

/* Field set */
fieldset {
    margin: 1em 0 0 0 !important;
	padding: 0;
}
legend {
    margin-left: 1em;
	color: #000000;
	font-weight: bold;
}
fieldset ol {
    margin-left: 1em !important;
    padding: 1em 1em 0 0 !important;
	list-style: none !important; 
}
fieldset li {
    padding-bottom: 1em !important;
		color: #000000;
}
.f-label {
    float: left;
	width: 12em;
	margin-right: 0.5em;
	font-size:1em;
	text-align: left;
}
.eus-label {
    float: left;
	width: 30em;
	margin-right: 0.5em;
	font-size:1em;
	text-align: left;
}
.f-textbox{
   font-size: 1em;
   color: #555555;
   font-weight:bold;
   background: #ffffff;
   border: 1px solid #878787;
} 
.f-dropdownlist {
   color: #333333;
   font-weight:normal;
   font-size: 1em;
   background: #ffffff;
   border: 1px solid #878787;
}
.s-label {
    font-size:1em;
	color: #000000;
    width: 30em !important;
}
.f-radiobt {
   font-size: 1em !important;
 
}
/* end of Field set */
/* Calendar Style */
.calContainer
{
   width: 205px;
   background-color: #f0f0f0 !important;
}
.myCalendar 
{
    color: #9b863a;
    width: 205px;
    padding:8px; 
    border: 3px solid #878787;
    background-color: #ffffff !important;
} 
.myCalendar .calendarDay    /* for day of the month*/
{    
    background-color: White;
    border: 1px solid #9b863a;
    font-size: 0.8em;
	padding:5px;  
}
.myCalendar .calendarDayHeader
{
   
}

.myCalendar .calendarNextPrev
{
    background:url(../../../../assets/skins/sam/sprite.png) no-repeat 0 -450px; 
    width:25px; 
	height:15px; 
	top:0; 
	bottom:0; 
    left:-10px; 
    margin-left:.4em; 
    cursor:pointer;     
}
.calContainer .myCalendat .calendarOtherMonthDay
{
    background-color: #f0f0f0 !important;
}
.myCalendar .calendarSelectedDay
{
  background-color: #9b863a !important;
}
.myCalendar .calendarSelector
{
   background-color: #f0f0f0;
}
.myCalendar .calendarTitle
{
    font-size: 12px;    
}
.myCalendar .calendarTodayDay /* for today */
{
     background-color: #e0e0e0;
     font-size: 0.8em;
     color: #000000;
}
.calContainer .myCalendar .calendarWeekendDay
{
    background-color: #f0f0f0 !important;
    font-size: 0.7em;
}
