/*---------------------------
Karen Valencic product styles

Author: Andrew Sherman
Date: 09/08
---------------------------*/

body {

}

/*header styling for product headers*/
.header {
	width: 616px;
	height: 29px;
	background: url(../images/productsImgs/productsHeaderImg.png) no-repeat top left;
}

.header a {
	display: inline;
	margin-top: 6px;
	margin-left: 10px;
	padding-left: 20px;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	float: left;
}

.header a:hover {
	text-decoration: underline;
}

.header a.closed {
	background: url(../images/productsImgs/arrowClosed.png) no-repeat center left;
}

.header a.open {
	background: url(../images/productsImgs/arrowOpen.png) no-repeat center left;
}

/*not used as float causes expand/col to break
.prodDescTextBlock {
	display: inline;
	width: 300px;
	float: right;
	background: #ff0000;
}*/

/*this does not work for text styling!! change styling on .mainCell of in page stylesheet*/
.prodDescTextBlock h2 {
	margin: 0px;
	margin-top: 15px;
	padding: 0px;
	font-size: 13px;
	font-weight: bold;
}

.productImg {
	display: inline;
	padding-right: 20px;

	float: left;
}

.paypalButton {
	display: block;
	border: none;
}

/*non-exp/col elements*/

#shippingDetails { 
	margin-top: 40px;
}

#viewCart {
	margin-left: 200px;
}

#onePageLink {
	display: inline;
	float: right;
}

#onePageLink a img {
	border: none;
}

/*---------------------------------
individual producting styling by id
---------------------------------*/

#productImg2 {
	padding-bottom: 90px;
}

#productImg3 {
	padding-bottom: 90px;
}

#productImg4 {
	padding-bottom: 60px;
}
/*-------------
general styles
-------------*/

h1 {
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
	color: #4F227c;
	font-size: 18px;
}

.subHeading {
	color: #4F227c;
	font-size: 14px;
	
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.clear {
	width: 5px;
	height: 5px;
	clear: both;
}

.microText {
	font-size: 9px;
}

.redText {
	color: #ff0000;
	font-weight: bold;
}
