a, a:link {
	color: blue;
	text-decoration: none;
}

a:visited {
	color: #990099;
	text-decoration: none;
}

a:hover {
	color: blue;
	text-decoration: underline;
}

img {
	border: none;
}

body {
	text-align: center;
	margin: 0px;
	background-color: white;
}

#content {
	width: 606px;
	font-size: 13px;
	margin: 0px auto;
	text-align: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-align: left;
	color: black;
}

.small-text {
	font-size: 10px;
}

.large-text {
	font-size: 16px;
	font-weight: bold;
}

.heavy-text {
	font-size: 13px;
	font-weight: bolder;
}

.intense-text {
	font-size: 13px;
	font-weight: bolder;
	color: red;
}

#rightcolumn {
	width: 380px;
	padding: 10px; 
	display: block;
	float: right;
}

#leftcolumn {
	width: 200px;
	display: block;
	float: left; 
	padding-top: 15px;
}


.even {
	/* height: 3.5em; */
	padding: 5%;
	margin-top: 5px;
	background-color: #FFFF00;
}

.odd {
	/* height: 3.5em; */
	padding: 5%;
	margin-top: 5px;
	background-color: white;
}

.left {
	display: block;
	float: left;
	width: 60%;
	text-align: left;
}

.right {
	display: block;
	float: right;
	width: 40%;
	text-align: right;
}

#review {
	margin-top: 5%;
	padding: 5%;
	background-color: #FFFFCC;
}

#review_full {
	margin-top: 1%;
	padding-top: 2%;
	float: left;
	width: 458px;
}

#review_premium_image {
	float: left;
	margin: 1em;
}

#rightsidelinks {
	padding-top: 2%;
	margin-top: 1%;
	width: 100px;
	float: right;
}

.section {
	margin: 2em 0em;
}

.section div {
	padding: 0.5em 0em;
}

.twofer {
	margin-bottom: 1em;
	margin-top: 1em;
	padding: 0.5em;
	border: 3px dotted #00FFFF;
	background-color: #EEFFFF;
	font-size: 0.7em;
	color: black;
	font-weight: normal;

}

form {
	display: inline;
	margin: 0px;
	padding: 0px;
}


.cart_submit {
	border: none; 
}

.p_item2 {
	width: 24%;
	height: 220px;
	display: block;
	float: left;
	font-size: 10px;
	text-align: center;
}

.subscribe_button {
	width: 50%;
	padding: 10px 0px;
	text-align: right;
	vertical-align: center;
	float: left;
}

#premium_search_form {
	display: block;
	padding-top: 1em;
	padding-bottom: 1em;
}

#premium_search_form label {
	display: block;
	padding: 2px 0;
}

#tweet_this {
 text-align: center;
}

#tweet_this img {
 vertical-align: bottom;
}

