@charset "utf-8";
/* CSS Document */

.details {
	clear: right;
	float: right;
	width: 400px;
	margin-right: 7px;
	}
.product {
	clear: left;
	float: left;
	width: 300px;
	}

.details h1 {
	font-size: 1.8em;
	margin-top: .2em;
	line-height: 1.2em;
	color: #111;
	font-weight: normal;
	text-align: left;
	}
	.details h1 .producer {
		display: block;
		font-size: 66%;
		color: #ffae43;
		font-weight: bold;
		letter-spacing: normal;
		line-height: 1.6em;
		}		
h1.title {
	margin-top: .2em;
	padding-bottom: 3px;
	border-bottom: 1px dotted #ccc;
	}
.details ul {
	padding: 0;
	margin: 12px 0 0 0;
	}
	.details ul li {
		margin: 0 0 4px 42px;
		padding: 0;
		list-style-type: square;
		}

/* With Quantity Box		
.prodetail_addtocart {
	background: url(../images/prodetail_addtocart_bg.gif) left top no-repeat;
	height: 37px;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 5;
	
	margin-left: 20px;
	margin-top: 0;
	}
	.prodetail_addtocart a {
		display: block;
		text-indent: -500em;
		width: 200px;
		line-height: 2.6em;
		}
input.prodetail_quantity {
	margin:0;
	width: 30px;
	font-size: 90%;
	color: #808080;
	font-weight: bold;
	position: absolute;
	top: 8px;
	left: 22px;
	}
*/

.prodetail_addtocart {
	padding: 0;
	margin: 0;
	margin-left: 16px;
	}
.prodetail_addtocart a:link,
.prodetail_addtocart a:visited {
	background: url(../images/button_addtocart_bg.gif) left 50% no-repeat;
	color: #46a724;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 36px;
	text-decoration: none;
	border: none;
	font-weight: bold;
	width: 186px;
	display: block;
	padding: 0 0 0 16px;
	}
.prodetail_addtocart a:hover {
	color: #7D878E;
	text-decoration: underline;	
	}
.prodetail_price {
	background: url(../images/prodetail_price_bg.gif) left top no-repeat;
	margin: 12px 0;
	padding-top: 2px;	
	}
.product h4 { /* price */
	font-size: 1.4em;
	line-height: 1.2em;
	padding-left: 20px;
	margin-bottom: .8em;
	margin-top: .8em;
	}
.product h4 small {
	color: #808080;
	font-size: .8em;
	font-weight: normal;
	}
.product h4 small a, .product h4 small a:visited  {
	border-bottom:1px dashed #808080;
	color:#808080;
	font-weight:normal;
	text-decoration:none;
	}
.product h4 del {
	color: #808080;
	}
.product h4 b {
	color: #46A724;
	}
	.prodetail_price .hilite { color: #337ead; }


/* SEMINARS
----------------------------------------------------------------------------------- */
.tour_details  .venue {
	clear: both;
	margin: 0;
	padding: 0;
	}
	.venue h2 {
		margin: 0;
		padding: 0 0 12px 0;
		}

/* PORTED */

.tour_details h2 {
	margin-bottom: .1em;
	font-weight: normal;
	color: #777;
	letter-spacing: normal;
	}

.tour_details h3 {
	margin: 0;
	padding: 0;
	font-size: 1.3em;
	color: #777;
	font-weight: bold;
	}
	.tour_details h2 {
		margin-bottom: 0;
		margin-top: .8em;
		font-size: 1.4em;
		color: #fcba63;
		font-weight: bold;
		}
	.tour_details .lunchbreak {
		border-left: 4px solid #808080;
		background-color: #F5F7F8;
		padding-left: 16px;
		margin-bottom: 2em;
		margin-top: 2em;
		padding-top: 0;
		line-height: normal;
		}
		.tour_details .lunchbreak h2 {
			font: 1.6em Arial, Helvetica, sans-serif;
			padding:0;
			color: #777;
			margin-bottom: 0;
			margin-top: 0;
			line-height: normal;
			}
			.tour_details .lunchbreak h2 span {
				font-size: 75%;
				}
	.tour_details ul {
		padding-left: 0;
		padding-top: .2em;
		list-style: none;
		}
	.tour_details li {
		background: url(http://www.photoshopseminars.com/images/themes/default/layout/bull_arrow.gif) left .45em no-repeat;
		margin-left: 2.6em;
		padding-left: 1.4em;

		}

	.tour_details .tourdate {
		color: #777;
		font-size: 1.2em;
		font-weight: bold;
		text-decoration: none;
		letter-spacing: -.02em;
		margin-bottom: .2em;
		padding-bottom: 0;
		}
		
	.tour_details .tourmap{
		width:394px;
		height:195;
		display:block;
		margin: 0 auto 0 auto;
		}
