/* CSS Document */

#product-container {
	background-color: #F2F2F2;
	border: 1px solid #999999;
	width: 600px;
	position: relative;
	padding: 10px;
	margin-bottom: 20px;
}
#product-container #beta {
	float: left;   
	margin-left: 10px;
	width: 370px;
	padding: 10px;
}
#product-container #alpha {
	position: relative;
	width: 200px;
	float: left;
}
.clear {
	clear: both;
}
#product-container h3{
	font-size: 1.4em;
	padding-bottom: 10px;
	padding-top: 10px;
	color: #000033;
}
#product-container #action-links {
	
	position: relative;
	width: auto;
	clear: both;
	padding: 10px;
	overflow: auto;
	color: #000033;
	/*background-color: #9EB0D6;
	background-image: url(http://www.kashashakti.com/my-products/images/action-bg1.jpg);
	background-repeat: repeat-x;
	background-position: bottom;*/
}
#product-container  a {
	font-size: 1.3em;
	font-weight: bold;
}
#product-container #alpha p {
	padding-right: 5px;
	padding-left: 5px;
}
#product-container #alpha .thumb {
	padding-bottom: 20px;
}
#product-container #alpha h5 {
	font-size: 1.4em;
	padding-top: 5px;
	padding-bottom: 20px;
}
#product-container #alpha img {
	padding-right: 10px;
}
#product-container #alpha img a {
	text-decoration: none;
}
#product-container #alpha a:hover {
	color: #663399;
	text-decoration: underline;
}
#product-container #action-links #c1 img {
}
#product-container #action-links #c1 h6 {
	font-size: 1.1em;
	font-weight: bold;
	color: #003366;
	padding-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#action-links h4 {
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 1px;
	padding-top: 5px;
}
#product-container #action-links #c1 {
	width: 33%;
	text-align: center;
	float: right;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#product-container #alpha li {
	list-style-type: square;
}

/*-----tag list-----*/
.mycategories {
	background-color: #F2F2F2;
	border: 1px solid #999999;
	width: 600px;
	position: relative;
	padding: 10px;
}
.mycategories h4 {
	font-size: 16px;
	font-weight: bold;
	color: #000033;
	padding-top: 5px;
	padding-bottom: 10px;
}
.mycategories li {
	display: inline;
	margin-right: 5px;
}
.mycategories li a:hover {
	color: #663399;
	text-decoration: underline;
}
.mycategories ul {
	margin-left: 0px;
}