﻿/* CSS Document for owd template 'solution' */


/*Table fonts*/
.style2 {font-weight: bold}
.style3 {font-family: Verdana, Arial, Helvetica, sans-serif}



/* general styling */
* {
	margin: 0;
	padding: 0;
}

html,body {
	height: auto;
	color: #000000; 
    /*background-color:#A5991F;*/
    background-color:#e3e1ba;
    font-family: Verdana, Arial, Tahoma, Times;
    font-size: 12px;
    min-height: 700px;
    line-height:1.5em;
    margin: 0;
	padding: 0;
	text-align: center;
}

h1
{
    font-weight: bold;
    font-size:1.5em;
    color:#666666;
}

h2
{
    font-weight: bold;
    font-size:1.5em;
    color:#666666;
}

/* the hyperlinks */
a {
	color:#e86102;
	text-decoration: underline;
	font-weight:bold;
}
/*a:hover {
	color: #265b00;
}*/

.logobar
{
    width: 970px;
    padding-left: 300px;
    height: 85px;
    padding-bottom: 75px;
    float:left;	
    text-align:left;	
}


.logobar img
{
    border:none;
}

.horizontal_separator{
    float: left; 
    width: 100%; 
    border-bottom: solid thin #f0f0f0; 
    margin-bottom: 30px;
}

.core
{
    background-image: url(../images/top.jpg);
    width: 970px;
    text-align: left;
    margin-bottom: 0px;
}


/* the container centers the page */
#container
{
	/*height: auto;*/
	/*margin: 100px auto 0 auto ;
	text-align: center;*/
	width:980px;
	
    margin: 0 auto;
    margin-top:/*75px*/ 10px;
    margin-bottom:0px;
    
    text-align: left;
}

.coreholder
{
    background-image: url(../images/top.jpg);
    width: 978px;    
    background-repeat: repeat-y;
    text-align: left;
    
    /*These lines Substitutes display: inline-block - Firefox bug*/    
    overflow: auto;
    display: block;
    float: left;
    margin: 0 auto;
   /*END:These lines Substitutes display: inline-block - Firefox bug*/

}	

.topbar {
	width: 978px;
	height: 53px;
	background-image: url(../images/top.png);
	background-repeat: no-repeat;
	text-align: left;
	
	/*display: inline-block;*/
    /*These lines Substitutes display: inline-block - Firefox bug*/    
    overflow: hidden;
    display: block;
    float: left;
    margin: 0 auto;
   /*END:These lines Substitutes display:inline-block - Firefox bug*/		
}

.belowtopbar {
	width: 978px;
	height: 25px;
	background-color:#F2F2D7;
	
	/*display: inline-block;*/
    /*These lines Substitutes display: inline-block - Firefox bug*/    
    overflow:hidden;
    display: block;
    float: left;
    margin: 0 auto;
   /*END:These lines Substitutes display: inline-block - Firefox bug*/
	
    overflow:hidden;
}


/* the header that contains the big image */
#header {
	width: 740px;
	height: 115px;
	background: #FFFFFF url(header.jpg) top left no-repeat;
	position: relative;

}

/* the big title text in the header */
#header span {
	font-family: Helvetica,"Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 50px;
	font-weight: 400;
	letter-spacing: -1px;
	color: #FFF;
	position: absolute;
	top: 60px;
	left: 20px;
}

	/* the topbar that contains the most upper links */
/*#topbar {
	width: 740px;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	text-align: right;
}*/



/* the core contains all the site contents */


/* the coreleft contains the left part of the core */
#coreleft {
	width: 140px;
	margin-left: 50px;
	margin-top: 100px;
	height: auto;
	background: #FFF;
	float: left;
	text-align:left;
	/*border: solid thin black;*/
}

/* the coreleft contains the left part of the core */
#coreright {
	width: 140px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 20px;
	height: auto;
	background: #FFF;
	float: right;
	text-align:center;
	/*border: solid thin black;*/
	font-size: 11px;
}




/* the corecenter contains the center part of the core */
/*#corecenter {

	width: 590px;
	height: auto;
	float: left;*/

	/* Fix IE double-margin bug by using
		an ignored display value */
	/*display:inline;	
}*/

.corecenter
{
    width: 950px;
    text-align: left;
    clear: both;
    margin-bottom: 0px;
}



#recommendlist{
	list-style-type: disc
}

#techspeclist{
	list-style-type: disc
}


#corecenter h1  {
	font-family: Arial, "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 24px;
	color: #000000;
	padding: 10px 0 0 10px;
}

#news{
	font-family: Arial, "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 24px;
	color: #000000;
	padding: 10px 0 0 0px;
}


#corecenter h2{
	font-family: Arial, "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 20px;
	color: #000000;
	padding: 10px 0 0 10px;
}
#corecenter h3,h4  {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-weight:bold;
	color: #0A68FF;
	padding: 10px 0 0 10px;
}

#corecenter p {
	line-height: 20px;
	padding: 0 10px 10px 10px;
}
	
#corecenter dl {
	padding: 20px;
	padding: 10px 0 0 10px;	
	width: auto;
}
#corecenter dl dt {
	font-weight:bold;
}

li{
    line-height: 15px;
}
	

#box{ 
	float:right; 
	width:140px; 
	border:dotted 1px #666666;
	margin:0px 0px 20px 0px;
}

#box ul{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.bold{
	font-weight:bold;
}

.italic{
	font-style:italic;
}


.sourceNo{
	color: #888;
}	
	
.sourceNo a{
	color: #888;
}


.abovefooter {
	width: 978px;
	height: 35px;
	background-image: url(../images/abovefooter.jpg);
	background-repeat: no-repeat;
	text-align: left;
	
	/*display: inline-block;*/
    /*These lines Substitutes display: inline-block - Firefox bug*/    
    overflow: auto;
    display: block;
    float: left;
    margin: 0 auto;
   /*END:These lines Substitutes display: inline-block - Firefox bug*/
	
	/*margin:0px;*/
	
}

/* the footer contains all copyright info etc */
/*#footer {
	clear: both;
	width: 740px;
	height: 30px;
    background:#FFFFFF;
    vertical-align: middle;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
    margin-top:25px;
}*/

.footer {
	width: 978px;
	height: 100px;
	/*background-image: url(bottom.jpg);
	background-repeat: no-repeat;*/
	/*text-align: center;*/
	background-color:#F2F2D7;
	/*display: inline-block;*/
    /*These lines Substitutes display: inline-block - Firefox bug*/    
    overflow: auto;
    display: block;
    float: left;
    margin: 0 auto;
   /*END:These lines Substitutes display: inline-block - Firefox bug*/
	
    overflow:hidden;
	/*margin:0px;*/
	
}




.bottombar {
	width: 978px;
	height: 54px;
	background-image: url(../images/bottom.png);
	background-repeat: no-repeat;
	text-align: left;
	
	/*display: inline-block;*/
    /*These lines Substitutes display: inline-block - Firefox bug*/    
    overflow: auto;
    display: block;
    float: left;
    margin: 0 auto;
   /*END:These lines Substitutes display: inline-block - Firefox bug*/
	
	/*margin:0px;*/
	
}

ol {
	font-family:"Trebuchet MS","Lucida Grande",Lucida,Verdana,sans-serif;
	font-size:0.99em;
	/*font-size-adjust:none;
	font-stretch:normal;*/
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.5em;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt 0pt 20px 10px;
}




/* Frontpage */
#frontPageMain
{
    float: left; 
    clear: right;
}

#frontPageMain #leftColumn
{
    position:relative; 
    float:left; 
    margin-top:0px; 
    margin-right:10px; 
    margin-left: 20px; 
    padding:0px 0px 0px 0px;
}

#frontPageMain #middleColumn
{
    float:left;
}

#frontPageMain #welcomeBox
{
    color:#666666; 
    font-size:medium; 
    font-weight:bold;
    width:400px;
    margin-left: 65px;
}

#frontPageMain #welcomeText
{
    font-size:small; 
    margin-top: 0px;
}

#frontPageMain #welcomeText h1
{
    font-size:small; 
    margin-top: 0px;
    display:inline;
}

#frontPageMain #bestWishes
{
     font-size: small; 
     margin-top: 10px;
}

#frontPageMain #rss
{
    margin-top:50px;
    margin-left: 50px;
}

#frontPageMain #rightColumn
{
    float:left;
    margin-left:110px
}

#frontPageMain #rssIcon
{
    margin-left:75px;
}

#frontPageMain #latestProducts
{
    margin-top:50px;
    margin-left:0px;
}


/* ProductListing.ascx */
.mainpanel
{
    padding-left:15px;
    padding-top:10px;
    margin-left:0px;
    background-repeat: no-repeat;
    margin-bottom: 0px;
}
.mainmiddlepanel
{   
    float:left;
    width: 850px;
    padding-left: 15px;
    padding-top: 10px;
    margin-left:50px;
    margin-bottom: 0px;
}

.price
{
	/*color:#666666;*/
	color:#616161;
	font-weight:700;
	text-decoration: none;
}
.listing
{
    border-bottom: solid 1px #EEEEEE;
    padding: 5px;
}
.links
{
    color:blue;
	font-weight:700;
	text-decoration: underline;
}
.linkson
{
    color: Red;
    text-decoration: underline;
    font-weight:700;
}
.AItemList
{
    padding: 5px;
    /*border: solid 1px silver;*/
}

.ebayReview
{
    width:100%; 
    margin:15px 0px 15px 0px; 
    border-bottom:solid thin #e6e6e6; 
    overflow:hidden;
}



/*Amazon Product Listings Azoomed.com*/
#amazonlistings{
    padding: 20px 0px 20px 0px;
    border-spacing:10px; 
}
#amazonlistings td{
    padding: 15px 0px 20px 0px;
    vertical-align:top;  
}
#amazonlistings tr:hover{
    /*background-color: #ccc;*/
    /*border:thin solid #E6E6E6;*/
}
#amazonlistings tr{
    /*border-bottom:solid thick #666666;*/
}
.amazonproducttitle{
    color:#666666;
    font-size:medium;
    font-weight:bold;
    text-decoration:none;
}
/*.amazonlink:hover{
    text-decoration:underline;
} */

.amazonimg{
    border:none;
    /*height:112px;*/
    width:112px;
}

.amazonlinktext{
    color:/*#0167cc*/#ff7d1e;
    font-size:11px; 
 }
.amazonlinktext:hover{
    font-size:10px; 
 }
 
 
.lblamazonlistingstatic{
    color:#666666;
    font-weight:bold; 
}

.lblamazonlistingdyn{
    color:#000000;
    font-weight:bold; 
}



/*Auction Listings Azoomed.com*/
#auctionlistings{
    padding: 20px 0px 20px 0px;
    border-spacing:10px; 
}
#auctionlistings td{
    padding: 15px 0px 20px 0px;
    vertical-align:top;  
}
#auctionlistings tr:hover{
    /*background-color: #ccc;*/
    /*border:thin solid #E6E6E6;*/
}
#auctionlistings tr{
    /*border-bottom:solid thick #666666;*/
}
.auctiontitle{
    color:#666666;
    font-size:medium;
    font-weight:bold;
    text-decoration:none;
}
/*.auctionlink:hover{
    text-decoration:underline;
} */

.auctionimg{
    border:none;
    height:112px; 
    width:112px;
}

.aullinktext{
    color:/*#0167cc*/#ff7d1e;
    font-size:11px; 
 }
.aullinktext:hover{
    font-size:10px; 
 }
 

.lblauctionlistingstatic{
    color:#666666;
    font-weight:bold; 
}

.lblauctionlistingdyn{
    color:#000000;
    font-weight:bold; 
}



.horizontalrow{
    padding:0px 20px 0px 20px;
    border:solid thick black;
    height:1px; 
}
.horizontalrow div{
   width:100%; 
   border-bottom:solid thin #f0f0f0;
}

/*User Rank Boxes*/
.rankbox
{
    background-image: url(../images/user_rankbox.gif);
    background-repeat: no-repeat;
    width:100px;
    height:133px;
    color:White;
    text-align:center; 
    margin-bottom:25px;    
    
    /*Need this one, 
     *otherwise 
     *IE will not 
     *display BG image
     */    
    position: relative;
}

.ranktext{
    font-size:2.8em;
    font-weight:bold;
    padding-top:70px;
}

.maxrank{
    font-size:small;
    font-weight:bold;
    padding-top:10px;
}


/*O_O Rank Boxes*/
.oo_rankbox
{
    float: left;
    background-image: url(../images/oo_rankbox.gif);
    background-repeat: no-repeat;
    width:150px;
    height:200px;
    color:White;
    text-align:center; 
    
    
    /*Need this one, 
     *otherwise 
     *IE will not 
     *display BG image
     */    
    position: relative;
}

.oo_ranktext{
    font-size:4em;
    font-weight:bold;
    padding-top:120px;
}

.oo_maxrank{
    font-size:medium;
    font-weight:bold;
    padding-top:22px;
}

/*User Reviews O_O Rank Boxes*/
.user_review_oo_rankbox
{
    float: left;
    background-image: url(../images/oo_rankbox.gif);
    background-repeat: no-repeat;
    width:150px;
    height:200px;
    color:White;
    text-align:center; 
    margin-top:15px;
    margin-left:15px;
    
    /*Need this one, 
     *otherwise 
     *IE will not 
     *display BG image
     */    
    position: relative;
}

.user_review_oo_ranktext{
    font-size:4em;
    font-weight:bold;
    padding-top:120px;
}

.user_review_oo_maxrank{
    font-size:medium;
    font-weight:bold;
    padding-top:22px;
}



/*Only Text Content Page*/
.tcpParagraph{
    color:#666666;
    margin-top:10px;
}
.tcpInitParagraph{
    margin-top:20px;
}


/*RSS Listing*/
#rsslistings{
    font-size:11px;	
}
.rsslink{
    color:#666666;
    font-size:small;
    font-weight:bold;
    text-decoration:none;
}
.rsslink:hover{
    text-decoration:underline;
} 

.rsslinktext{
    color:/*#0167cc*/#ff7d1e;
    font-size:11px; 
 }
.rsslinktext:hover{
    font-size:10px; 
 }

.rssinlinelinktext{
    color:#000000;
    font-size:11px;
    text-decoration:none;  
 }
.rssinlinelinktext:hover{
    color:#000000;
    font-size:11px;
    text-decoration:none; 
 }
 
/*Sitemap*/
.sitemaplink{
    color:#E86102;
    font-size:small;
    font-weight:bold;
    text-decoration:none;
}
.sitemaplink:hover{
    text-decoration:underline;
} 

.sitemaplinktext{
    color:#0167cc;
    font-size:11px; 
 }
.sitemaplinktext:hover{
    font-size:10px; 
 }
 
 /* Newly Added Products */
 .newlyaddedtable
 {
     width:160px;
     border:solid thin #E86102;
     background-color:#F3F3D8;
 }
 
 /* Pager */
.pager 
{
    clear:both;
	margin:8px 3px;
	padding:3px;
    text-align:center;	
}

.pager .disabled 
{
	border:1px solid #ddd;
	color:#999;
	margin-top:4px;
	padding:3px;
	text-align:center;
}

.pager .current 
{
	background-color:#E86102;
	border:1px solid #E86102;
	color:#fff;
	font-weight:bold;
	margin-top:4px;
	padding:3px 5px;
	text-align:center;
}

.pager span, .pager a
{
	margin: 4px 3px;
}

.pager a 
{
	border:1px solid #c0c0c0;
	padding:3px 5px;
	text-align:center;
	text-decoration:none;
}

.pageStatus
{
    padding-top:10px; 
    font-size:11px; 
    color:#A5991F;    
}


/*Round rectangle on the top of the reviews View */
.roundrect
{
    background-image: url(../images/roundrecttop.jpg);
    background-repeat: no-repeat;
    width:610px;
    height:110px;
    color:#E86102;
    text-align:center; 
    
    
    /*Need this one, 
     *otherwise 
     *IE will not 
     *display BG image
     */    
    position: relative;
}


/*Assembly Paged Table*/
#assemblytable
{
    
    width:90%;
    margin-left:50px;
}

#assemblytable td
{
    border-bottom: solid thin gray;
    /*text-align:center; */
    padding: 5px 5px 10px 10px;
}

.border
{   
    margin: 0 auto;
    width: 80%; 
    border-bottom: solid thin #f0f0f0;
    padding: 0px 20px 0px 20px;
}


/*User Review Rank Box Container*/
#user_review_rankboxcontainer
{   
    float:left;
    margin-top:0px;
    margin-left:50px;
    width:175px;
    
}

#userreviewrankboxcontainer #topdistance
{
    margin-top: 20px;
    float:left;
}

#userreviewrankboxcontainer #innercontentbox{
    padding: 0px 20px 0px 120px;
    margin-left: 150px;
}

#userreviewrankboxcontainer #innercontentbox #ratingrecommendationbox{
    float: left; 
    clear: both;
    color: #666666; 
    font-size: medium; 
    font-weight: bold; 
    width: 200px
}

/*Rank Box Container*/
#rankboxcontainer
{
    float:right;
    margin-top:20px;
    width:50%;
    margin-right:225px;
    
}

#rankboxcontainer #topdistance
{
    margin-top: 20px;
    float:left;
}

#rankboxcontainer #innercontentbox{
    /*padding: 0px 20px 0px 120px;*/
    /*margin-left: 150px;*/
}

#rankboxcontainer #innercontentbox #ratingrecommendationbox{
    float: left; 
    clear: both;
    color: #666666; 
    font-size: medium; 
    font-weight: bold; 
    width: 190px
}

#ratingrecommendationbox #ratingrecommendationtext{
    font-size: small; 
    margin-top: 0px;
}

#ratingrecommendationbox #greetings{
    font-size: small; 
    margin-top: 10px;
}

#ratingrecommendationbox #greetings #gotobox{
        margin-top: 10px; 
        font-size: 11px;
        color: black;
        font-weight:bold;
}

#rankboxcontainer #rankboxcontainerborderbottom{
    float: left; 
    width: 100%; 
    border-bottom: solid thin #f0f0f0; 
    margin-bottom: 50px;
}


/*Review Listings*/
#reviewlistings #reviewsheading
{
    clear:both;
    padding-left: 10px;
    margin-bottom:50px;
    color: #666666;
}

#reviewlistings .reviewbox
{
    float:left;
    padding-left: 10px;
    width:625px; 
    overflow:hidden;
}

.reviewbox .reviewlinkbox
{
    margin-bottom:30px;
}

.reviewbox .reviewlinktextbox
{
    margin-bottom:30px;
}

#reviewlistings .reviewsummarybox
{
    float:right;
    border-left: solid thin #f0f0f0;
    padding-left: 30px;
}

#reviewlistings .reviewsummarybox .textlink{
    margin-top: 0px; 
    text-align: center;
}

#reviewlistings .reviewsummarybox .summarylinkbox .imagelink{
    border: none; 
    margin-left: 30px; 
}

#reviewlistings .reviewsummarybox .summarylinkbox .readfullreviewlink{
    text-decoration: none;
}
 

#reviewlistings .reviewborderbottom{
    float: left; 
    width: 100%; 
    border-bottom: solid thin #f0f0f0; 
    margin-bottom: 50px;
}


.reviewtitle{
    color:#666666;
    font-size:small;
    font-weight:bold;
    text-decoration:none;
}
/*.reviewlink:hover{
    text-decoration:underline;
} */

.reviewlinktext{
    color:#ff7d1e;
    font-size:11px; 
 }
.reviewlinktext:hover{
    font-size:10px; 
 }
 
 
  /* ReviewPager */
.reviewpager 
{
    clear:both;
	margin:8px 3px;
	padding:3px;
    text-align:center;	
}

.reviewpager .disabled 
{
	border:1px solid #ddd;
	color:#999;
	margin-top:4px;
	padding:3px;
	text-align:center;
}

.reviewpager .current 
{
	background-color:#E86102;
	border:1px solid #E86102;
	color:#fff;
	font-weight:bold;
	margin-top:4px;
	padding:3px 5px;
	text-align:center;
}

.reviewpager span, .pager a
{
	margin: 4px 3px;
}

.reviewpager a 
{
	border:1px solid #c0c0c0;
	padding:3px 5px;
	text-align:center;
	text-decoration:none;
}
 
 
 .copyright{
    clear:left; 
    padding:0.2em 1em; 
    margin-top:80px;
    color:#000;
}

/* Horizontal UL*/
#menu
{
padding:0;
margin:0;
color:#fff;
font-family: arial, helvetica, sans-serif;
white-space:nowrap;
list-style-type:none;
}
#menu li {display:inline;}
#menu li a
{
padding:0.2em 1em;
color:#000;
float:left;
}
#menu li a:hover
{
color:#fff;
}

/*End: Horizontal UL*/


/*UL - Navigation*/
#navigation
{
    width: 175px;
    white-space:normal;
    height:25px;
    font-size:10px;
     
}
#navigation li
{ 
    background-color:#E86102;
    color:#FFFFFF;
    border: solid 1px #FFFFFF; 
    text-align:left;
    padding-left: 5px;
    padding-bottom: 5px;
    
}

#navigation a
{ 
    color:#FFFFFF;
    text-decoration:none;
}

/*END:UL - Navigation*/



/*Form - frmRegisterUser*/
#frmRegisterUser input
{ 
    margin:0;	
	width:250px;
	border:1px solid #ddd;		
	padding:3px 5px 3px 25px;    
}

#frmRegisterUser input#email
{ 
    background: #FFFFFF url(../images/form_email.gif) no-repeat scroll 5px 50%;
}

#frmRegisterUser input#userName
{ 
    background: #FFFFFF url(../images/form_name.gif) no-repeat scroll 5px 50%;
}

#frmRegisterUser label
{
    display:block;
}

#frmRegisterUser p
{
    padding-top:15px;
}
#frmRegisterUser #user-registration-submit
{
    
    width:280px;
    font-weight:bold;
    border:solid thin gray;
    background-color:#C0C0C0;
}