/**
 * base stylesheet for the API shop
 */

body {
	margin: 0;
	padding: 0;
	font-family: tahoma, sans-serif;
	background: #175062;
}

img {
	border: 0;
}

form {
	display: inline;
}

:focus {
	outline: 0;
}


a {
	text-decoration: none;
	color: #00a3b4;
}

a:hover {
	color: #fdb827;
}

textarea {
	font-family: tahoma, sans-serif;
	font-size: 100%;
}


/**
 * menu styles
 */
#menu {
	height:39px;
	border-bottom: 1px solid #337084;
	background: #175062;
}
#menu ul {
	list-style: none;
	padding: 0 0 0 118px;
	width: 970px;
	margin: auto;
}
#menu ul li {
	float: left;
	padding: 0;
	margin:  0 95px 0 0;
}
#menu ul li a {
	padding-top: 15px;
	display: block;
}

/**
 * body background
 */
#body_background {
	background: #1C5669 url(../images/bg.jpg) 50% 0px no-repeat;
}

/**
 * centering
 */
#encompassing {
	width: 970px;
	margin: auto;
}

/**
 * logo
 */
h1#logo {
	width: 243px;
	height: 41px;
	background: url(../images/logo.gif) 10px 20px no-repeat; 
	text-indent: -2000px;
	padding: 20px 0 20px 10px;
	margin: 0;
}
h1#logo a {
	display: block;
}

h2 {
	font-weight: bold;
	font-size: 130%;
}

#heading h2 {
	font-weight: normal;
	font-size: 110%;
}

/**
 * header
 */
#header {
	background: url(../images/shop_header.gif) no-repeat;
	height: 154px;
}

/**
 * input boxes
 */
input#box_username {
	border: 1px solid #155165;
	background: #FFFFFF url(../images/login/username.gif) 3px 4px no-repeat;
	width: 125px;
	color: #616161;
	font-family: tahoma, sans-serif;
	font-size: 11px;
	padding: 2px;
	margin-bottom: 3px;
}
input#box_username.active {
	background: #FFFFFF;
}
input#box_password {
	border: 1px solid #155165;
	background: #FFFFFF url(../images/login/password.gif) 3px 5px no-repeat;
	width: 125px;
	color: #616161;
	font-family: tahoma, sans-serif;
	font-size: 11px;
	padding: 2px;
}
input#box_password.active {
	background: #FFFFFF;
}


form#login_box {
	display: block;
	padding:  10px 10px 10px 35px;
	margin: 0;
}

/* left col */
#left_col {
	width: 209px;
	float: left;
}

/* right col */
#right_col {
	width: 748px;
	background: #FFFFFF;
	float: left;
	line-height: 110%;
}
#right_col h2 {
	color: #21596B;
	padding: 0;
	margin: 0 0 5px 0;
}

#heading {
	padding: 17px 0 0 24px;
	border-bottom: 1px dashed #B2C5CC;
	margin: 0;
}

/* breadcrumb */
.nav_separator {
	color: #FDB827;
	font-family: tahoma;
	font-size: 10px;
}

#breadcrumbs {
	font-size: 70%;
	padding-bottom: 10px;
}

#breadcrumbs a {
	color: #649EA7;
}


/* Testimonal Area */
#testimonial_text {
	color: #ffffff;
	font-size: 70%;
	line-height: 18px;
	padding: 0px 24px 0px 16px;
}

.testimonial_name {
	color: #fdb827;
}

/* Login area */
#login_inputs {
	padding: 10px 0px 0px 26px;
}

a#lost_password {
	font-size: 70%;
	color: #649ea7;
	text-decoration: none;
}

a#lost_password:hover {
	color: #9fc9cf;
}

a.profile_link {
	color: #649ea7;
	text-decoration: none;
}
a.profile_link:hover {
	color: #9fc9cf;
}

.login_info {
	color: #ffffff;
	font-size: 70%;
}


/* Left Column */
#VertMenuLeftColumn {
	width: 186px;
	border-right: 1px dashed #B2C5CC;
	vertical-align: top;
}

#quicksearch {
	padding: 12px 12px 12px 14px;
	background-color: #d0eff2;
	border-bottom: 1px dashed #B2C5CC;
}

#quicksearch_input {
	width: 125px; 
	padding: 3px 2px 3px 2px;
	margin: 0px;
	border: 1px solid #b2c5cc;
	font-size: 60%;
	color: #7da3b0;
}


/* Category List */
#category_list {
	color: #21596b;
	font-size: 70%;
	text-decoration: none;
	padding: 20px 22px 20px 22px;
}

#category_list ul {
	list-style-type: none;
	margin: 6px 0px 0px 0px;
	padding: 0px;
	border: 0px;
}

#category_list li {
	padding: 0px 0px 3px 12px;
	border: 0px;
	background: transparent url(../images/nav_separator.gif) 1px 4px no-repeat;
}

a.category_item {
	color: #21596b;
	text-decoration: none;
}

a.category_item:hover {
	color: #07303d;
}


/* Content Area */
#content {
	font-size: 70%;
	color: #21596b;
	padding: 20px;
}



/* Footer */
#footer_bg {
	border-top: 1px solid #337084;
	background: #175062;
}
#footer {
	font-size: 70%;
	color: #84b8c0;
	padding: 14px 0px 14px 0px;
	width: 970px;
	margin: auto;
}

#footer_copyright {
	padding: 0px 0px 0px 16px;
}

#footer_links {
	color: #337084;
	padding: 0px 6px 0px 0px;
}

#footer a {
	text-decoration: none;
	color: #84b8c0;
	padding: 0px 10px 0px 10px;
}

#footer a:hover {
	color: #fdb827;
}

/* Buttons */
td.Button {
	background: transparent url(../../images/butbg.gif) top left repeat-x;
	padding: 0px 5px 0px 5px;
	color: #ffffff;
	font-weight: bold;
}

.DialogTitle {
	display: none;
}

.PListImgBox img {
	padding: 4px;
	border: 1px solid #dedede;
}

/* other product stuff */
a.ProductLink {
	color: #21596b;
}
.ProductDescription {
	padding: 2px 0;
}
.Price {
	font-weight: bold;
	color: #00A3B4;
	padding:  0 0 4px 0;
}


/* Quickpick Table */
.quickpicks tr.headers td {
	font-weight: bold
}

.quickpicks td select {
	margin: 0px;
	padding: 0px;
}



.ButtonTable {
	cursor: pointer;
	background-color: #fdbe39;
}


.cart_table {
	width: 510px;
}

.cart_table tr.headers td {
	font-weight: bold;
}

.cart_table input {
	font-size: 90%;
}

.subtotal_cell {
	font-weight: bold;
}


/* the order by buttons */
.SearchSortLink {
	padding-left: 7px;
}

hr {
	height: 0;
	border-width: 0;
	border-bottom: 1px dashed #B2C5CC;
	margin: 10px 0px;
}


.LineAfterCart {
	BACKGROUND-COLOR: #FFD44C;
}
.LineBeforeCart {
	BACKGROUND-COLOR: #FF8600;
}

.homepage_category {
	text-align: center;
	float: left;
	width: 170px;
	height: 180px;
}

.homepage_category img {
	padding: 4px;
	border: 1px solid #dedede;
	clear: both;
}

img.homepage_image {
	padding: 4px;
	border: 1px solid #dedede;
	margin-bottom: 5px;
}

.homepage_category a {
	font-weight: bold;
	padding-bottom: 10px;
}


