/* CSS Document */

/********************* TAG DEFINITIONS *****************************************/

body {
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-color:#CFDEDE;
	/* text-align:center; */
}

html, body { /* saves you from the "centering jump" on short pages */
	min-height: 100%;
	margin-bottom: 1px;
}

img {
	padding:0px;
	margin:0px;
    border:none;
}

a {
   color:#426293;
   text-decoration:none;
}

a:hover {
	color:#7D9D9D;
   text-decoration:underline;
}

input {
	font-size:10px;
}

h1 {
	margin:0 0 0 40px;
	padding-top:3px;
	font-weight:300;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	text-align:left;
}

.link-name {
	font-size:14px;
	font-weight:bold;
}

form {
	margin:15px 0 7px 0;
	padding:0px;
}

hr {
	border:none;
      height:4px;
      border-bottom:1px dashed black;
}

ul {
	list-style-type:circle;
}

#content ul li {
	margin: 5px 0;
}

/************************************************************************/

#container {
	width:760px;
	background-color:white;
	margin:auto;
	background:white url('../images/bg.gif') repeat-y;
}

#header {
	height:150px;
	background:white url('../images/hdr_left.gif') no-repeat;
}

.hdr_bar {
	height:30px;
	margin-bottom:0px;
	width:100%;
}

.btnPDF {
	position:absolute;
      left:5px;
      top:2px;
}

#page_title {
	margin-left:40px;
}

#centerHeader {
	background:#3f5163 url('../images/welcome.gif') no-repeat left;
	margin-bottom:5px;
}

#rightHeader {
	background-color:#87939e;
	position:relative;
}

#moreProductInfo {
	padding-left:20px;
	text-align:left;
}

#view_cart_links {
	position:absolute;
	right:12px;
	top:0px;
      color:white;
}

#view_cart_links a {
	color:white;
}

.Cross_Sell img {
	float:left;
      margin-bottom:5px;
}

.Cross_Sell span {
	text-align:center;
	font-weight:bold;
	color:#3f5163;
	display:block;
    width:100%;
}

.Cross_Sell {
	text-align:left;
 	border-bottom:1px dotted #eaeaea;
    float:left;
    margin:5px 0px 0px 0px;
    clear:both;
}

/********** 3 Column Content Setup ************/

#content {
	margin:0px;
	padding-left: 180px;   /* LC width */
    padding-right: 180px;  /* RC width */
}

#content .column {
	position: relative;
  	float: left;
}

#leftColumn {
	width: 180px;          /* LC width */
    right: 180px;          /* LC width */
	margin-left:-400px;
	min-height:405px;
	background:url('../images/bg.gif') repeat-y;
}

#rightColumn {
	width: 180px;          /* RC width */
 	margin-right: -180px;  /* RC width */
}

#rightColumn img {
	margin-top:5px;
}

#centerColumn {
	width: 100%;
}

#centerColumn p {
	padding: 3px 10px;
}

/**************** 2 Column Content Setup *************/
#content_2col {
	margin:0px;
	padding-left: 180px;   /* LC width */
}

#content_2col .column {
	position: relative;
  	float: left;
}

#leftColumn_2col {
	width: 180px;          /* LC width */
    right: 180px;          /* LC width */
	margin-left:-580px;
	min-height:405px;
	background:url('../images/bg.gif') repeat-y;
}

#rightColumn_2col {
	width: 580px;
	text-align:left;
}

#wideHeader {
	height:30px;
	width:100%;
	background:url('../images/welcome_2col.gif') no-repeat;
	margin-bottom:5px;
      position:relative;
}

#wideContent {
	padding:10px;
}

/****************  FOOTER ****************************/
#footer {
	clear:both;
	background:white url('../images/bg_footer.jpg') repeat-y;
	text-align: center;
	font-size: 11px;
	height:30px;
}

#footer p {
	padding: 6px 15px 0 15px;
}

#searchBox {
	padding-left:35px;
	width:140px;
}

#searchBox form {
	margin:7px 0 7px 0;
}

#searchBox a {
	color:white;
	display:block;
	padding-left:3px;
	text-align:left;
	text-decoration:none;
	width:140px;
}

#query {
	width:110px;
}

img {
	margin:0;
	padding:0;
}

#copyright {
	text-align:center;
	font-size:10px;
}


/* Search Results Styles */

a.searchResultLink {
	color:#3666d4 !important;
	background-color:white !important;
	border:1px solid #ccdbe4 !important;
	padding:3px 6px !important;
	margin:2px !important;
	text-align:center !important;
	text-decoration:none !important;
}

a.searchResultLink:hover{
	background-color:#3666d4 !important;
	color:#ffffff !important;
}

a.selected {
	border:1px solid white !important;
	background-color:white !important;
	color:black !important;
	font-weight:bold !important;
	text-decoration:none !important;
}

