/* :: =================================================================

	VirtualParking.net

 ================================================================ :: */


/* :: Item list Store :: */

#main .itemStore {
	margin: 0 0 1em; padding: 0 0 1em;
}

	#main .itemStore td {
		padding: .3em 0;
		border-style: solid; border-width: 0 0 1px;
	}
	
		#main .itemStore .img {
			width: 160px; height: 120px;
			text-align: center;
		}
		
			#main .itemStore .description {
				padding-left: 2em;
			}
	
				#main .itemStore h4 {
					margin: 0; padding: 0;
					font-size: 1.2em; 
				}
				
				#main .itemStore h6 {
					clear: both;
					margin: 0;
				}
		 
				#main .itemStore p {
					padding-bottom: 0;
				}
				


























.showingResult {
	margin: 0.5em 0; padding: 0.5em 1em 0.8em;
	background: #dce5f0 url(gr_01.gif) repeat-x 0 0;
	border-top: 1px solid #c3c3c3;
}

	.showingResult .showing {
		float: left; width: 45%; 
		margin-top: 5px;
	}
	
	.showingResult form {
		text-align: right;
		float: right; width: 50%;
		padding: 0 !important;
	}
	
		.showingResult p {padding: 0;}
	
		.showingResult label {
			display: inline; 
			float: none;
		}
	
		.showingResult select {padding: 2px;}
		
		




.price span {color: #de0303;}


/* :: Part Finder :: */


#leftBar-PartFinder {
	background: #faf9ed;
}

	#leftBar-PartFinder select {
		width: 99%;
	}


#pf-ImportantMessage {
	margin-bottom: 2em; padding: 1em 1.5em;
	background: #ffffd5;
	border: 1px solid #dd9988;
}

	#pf-ImportantMessage h3 {
		color: #C00;
		margin-bottom: 1em; padding-left: 25px;
		background: url(attention02.gif) no-repeat 0 50%;
	}
	
		#pf-ImportantMessage strong {
			color: #C00;
		}









.specialLink {
	color: black; text-decoration: none; white-space: nowrap;
	padding: 0.2em 0.4em;
	background: #ffee99;
	border: 3px double #de0303;
}

a.specialLink:hover {background: white;}

.alt {background: #eaeaea;}

.top {text-align: right;}

.top a {
	display: block; width: 32px; height: 21px;
	margin: 0 0 0 auto;
	background: url(top.gif) no-repeat 0 0;
}

.top a:hover {background-position: 0 -100px;}

.color {color: #c00;}

/* :: Articles =========================================================== :: */

.article {margin: 1.5em 0;}

h6.date, li.date {color: #666; font-size: 1em !important;}

a.more {
	padding: 0 0 2px 16px; 
	text-transform: capitalize; color: #0f78cf;
	background: url(more.gif) no-repeat 0 0;
}

a.more:hover {color: #cd0000;}

.article .special {
	display: block;
	padding: 0.5em; margin: 0.5em 0;
	background: #fff3ea;
	border: 1px solid #ffdfc6;
}




.article h3 a, .article h5 a {text-decoration: none;}
.article h3 a:visited, .article h5 a:visited {color: #8C27A2;}
.article h3 a:hover, .article h5 a:hover {text-decoration: underline;}

.article h5 {margin-bottom: 1em;}

#content .article .utilities {
	padding: 0.2em 0 1em 0; margin: -0.8em 0 0 0.6em;
	list-style: none; list-style-image: none;
}

.article .utilities li {
	float: left; padding: 0 1em; margin-bottom: 1em;
	border-right: 1px solid #ccc;
}

.article .utilities li.comments {padding-left: 0.5em; border: 0;}

.article li a {text-decoration: none;}
.article li a:hover {text-decoration: underline;}

li.comments a {
	padding: 0.2em 0 0.2em 2em; 
	background:  url(comment.gif) no-repeat;
}

.article p {clear: left;}

.article .img {margin: 1em 0; clear: left; border: 1px solid #d77d50;}

#browse {
	padding: 0.5em 0; margin: 1em 0;
}




form#fComments {
	margin: 1em 0 2em; padding: 1em 2em 1.5em;
	background: #fff3ea;
	border-bottom: 3px solid #ff4800;
}

#fComments h4 {
	border-bottom: 3px solid #ff4800; 
	padding-bottom: 5px; margin-bottom: 10px;
}

#fComments p.txt {}

#fComments p.txt input {width: 190px;}

#fComments p label {display: block;}

#fComments p input {padding: 1px 2px;}

#fComments textarea {
	width: 435px; height: 200px;
	padding: 0.2em;
}

#usrComments {margin: 25px 0;}

#usrComments h3 {
	padding-left: 25px; 
	background: url(comment.gif) no-repeat 0 40%;
}

#usrComments dl {
	margin: 10px 0; padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
}

#usrComments dt {
	background: #eee; padding: 5px; 
	border-right: 5px solid #7f7f7f;
	text-align: right;
}

#usrComments dl.author dt {
	background: #ffd0ad; font-weight: bold;
	border-right: 5px solid #ff4800;
}

#usrComments .usr {float: left;}

#usrComments dd {padding: 0.5em;}

#usrComments dd .gravatar {float: left; width: 55px;}

#usrComments dd .gravatar img {
	padding: 6px;
}

#usrComments dd .usrText {margin-left: 55px;}














/* :: Store-item Shopping :: */

.itemShopping {
	/*width: 25%; float: right; clear: right;*/
	margin: 1em 0 1.5em 1.2em; padding: 1em;
	border: 1px solid #ccc;
	background: white;
}

	.itemShopping h6 {
		padding-bottom: 0.3em;
		border-bottom: 1px solid #ccc;
	}
	
	.itemShopping ul {padding-left: 1.5em; margin-top: 1em;}

		.itemShopping li {margin-bottom: 0.5em;}

			.itemShopping span.price {white-space: nowrap;}


/* :: Store-item detail view :: */

#itemDetails {
	margin: 0; padding: 0.5em 0;
	border-top: 1px solid #ccc;
}

	#itemDetails .itemImg {}























#itemContent {clear: left;}

#priceInfo {
	float: left;
	list-style: none !important; list-style-image: none !important; 
	padding: 1.5em 0 0; margin: 0 0 0.5em;
}

li.linkRating {margin-top: 0.8em;}

.linkRating {background: url(stars.gif) no-repeat 0 0;}
em.linkStars {display: block; height: 25px; background: url(stars.gif) no-repeat 0 -50px;}

#quickLinks {
	list-style: none !important; list-style-image: none !important;
	margin: 1em 0 1.5em; padding: 0.5em 1.3em 0.8em 0.5em;
	border-top: 1px solid #ccc; 
	background: #eee;
}

	#quickLinks li {
		display: inline; white-space: nowrap;
		margin: 0.25em 1.5em 0.25em 0; padding-left: 20px;
		background: url(more.gif) no-repeat 0 60%;
		white-space: nowrap;
	}






#revs {}

	#revs #tabMenu { 
		list-style: none;
		margin: 1em 0; padding: 1em 0 0 1.5em; 
		background: #f2f2f2 url(level2_b.gif) repeat-x 0 -5px;
		border-bottom: 3px solid #c3c3c3;
	} 
	
		#revs #tabMenu li {
			position: relative; top: 3px;
			float: left; margin-right: 1px;
			background: #dce5f0 url(gr_01.gif) repeat-x;
			border: 1px solid #c3c3c3; border-bottom-width: 0;
		} 
	
		#revs #tabMenu li.current, #revs #tabMenu li.current:hover {
			background: white; 
		}
	
		#revs #tabMenu li:hover {background: #327dd2;}
		#revs #tabMenu li:hover a {color: white;}
	
			#revs #tabMenu a { 
				text-decoration: none;
				display: block; float: left; 
				padding: 0.1em 0.5em;
				border-bottom: 3px solid #c3c3c3; 
				cursor: pointer;
			} 
		
			#revs #tabMenu li.current a {
				 font-weight: bold; color: black;
				border-bottom-color: white;
			}

	#revsContent dl {
		margin: 1em 2em; padding-bottom: 1em;
		background: url(dots_h.png) repeat-x 0 100%;
	}
	
		#revsContent dt {
			font-size: 1.4em; color: #333;
			line-height: 1.4em;
			margin: 1em 0; padding: .2em .3em .4em 25px;
			background: url(comment.gif) no-repeat 3px .2em;
		}
		
		#revsContent dd {
			margin-left: 22px;
		}
		
		












.itemList .comment {
	padding: 0.5em 0.5em 0.5em 25px; margin: 0.5em 0 0 120px;
	background: #fff3ea url(comment.gif) no-repeat 5px 0.5em;
	border: 1px solid #ffdfc6;
}

.itemList .comment p {margin-left: 0;}

/* :: Store-item Shopping Cart :: */

table.items {
	margin-bottom: 2em;
	border-bottom: 1px solid #ccc;
}

.items thead th {background: #fc6; padding: 0.2em 0.5em;}

.items td {padding: 0.2em 0.5em;}

.items .alt {background: #f6f6f6;}
















/* :: Footer Store :: */

#footerStore {
	padding: 1.5em 0 0;
	color: #333;
	border-bottom: 1px solid #ccc;
}

	#footerStore dl {
		background: url(footer-store_b.gif) repeat-y 0 0;
	}
	
		#footerStore dt {
			font: 1.8em Georgia, "Times New Roman", Times, serif; color: #2761a2; 
			text-decoration: none; 
			padding: 0.2em 8px 0.3em;
			background: #f6f6f6 url(column_b.gif) repeat-x 0 0;
			border: 1px solid #ccc;
		}
		
			#footerStore dt a {
				padding-left: 10px;
				background: url(bullet02.gif) no-repeat 0 50%;
			}

		#footerStore dd {
			float: left; width: 280px; 
			padding: 0 0 1em 10px; margin-right: 12px;
		}
		
			#footerStore h4 {font-size: 1.25em; color: white;}

				#footerStore h4 a {
					text-decoration: none; text-decoration: underline; 
					padding: 0.15em 0;
				}

				#footerStore h4 a:hover {text-decoration: none;}

			#footerStore h6 {font-size: 1em; color: #205088; margin: 0 0 0.5em;}

					#footerStore .lattestImg {
						max-width: 90px; max-height: 160px;
						float: left; margin: 0 1em 0.5em 0;
						border: 1px solid #333;
					}
					
					

.top a span {display: none !important;}

