
.clear{
	clear: both;
}

#Des{
	float: right;
	width: 230px;
	margin: 80px 15px 0 0;
}

#Price{
	float: left;
	font-size: 60px;
	font-weight: bold;
}

#Thanks{
	float: left;
	margin: 30px 0 0;
	width: 220px;
	display: none;
}

#Buy-It-Now-Container{
	float: left;
	margin: 15px 0 0;
}

#Buy-It-Now{
	float: left;
	width: 180px;
	padding: 0;
	height: 50px;
	line-height: 48px;
	border: 0;
	border-radius: 10px;
	cursor: pointer;
	
	background-color: #fef200;
	
	text-indent: 0px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.5em;
	color: #000;
}

#Count-down{
	float: left;
	width: 100%;
	margin-top: 25px;
	
	padding-left: 20px;
	background-image: url(timer.png);
	background-repeat: no-repeat;
	background-position: left 1px;	
}

#Count-down p{
	font-size: 11px;
	color: #cb0f0f;
	line-height: 15px;
	margin: 0;
	/*
	text-indent: 21px;
	background-image: url(argo-timer.png);
	background-repeat: no-repeat;
	background-position: left 1px;
	*/
}

#Count-down p span{
	color: #cb0f0f;
}

#Count-down p span.Block{
	font-size: 14px;
	font-weight: bold;
}
#Count-down p span.Block span{
	font-size: 11px;
}

#Des ul{
	float: left;
	clear: left;
	margin: 25px 0 0;
	padding: 0 0 0 16px;
}

#Des ul li{
	margin: 0 0 8px;
	font-size: 0.9em;
}

#Des ul li.Heading{
	list-style: none;
	font-weight: bold;
	margin-left: -16px;
	font-size: 1.0em;
}

.simplegallery {
  float: left;
  margin: 20px 0 15px 15px;
  width: 415px;
  height: auto;
  overflow: hidden;
}

.simplegallery .content {
  	background: #fff none repeat scroll 0 0;
    display: table-cell;
    float: none;
    height: 415px;
    overflow: hidden;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 415px;
}

.simplegallery .content img {
  max-width: 415px;
  max-height: 415px;
}

* html .simplegallery .content {
  height: auto;
}
* html .simplegallery .content img {
  width: 415px;
}

.simplegallery .thumbnail {
	float: left;
	width: 100%;
	margin-top: 5px;
}

.simplegallery .thumbnail .thumb {
  float: left;
  width: 79px;
  height: 79px;
  margin: 0 5px 0 0;
  cursor: pointer;
  text-align: center;
}

.simplegallery .thumbnail .thumb a{
	display: table-cell;
	width: 79px;
 	height: 79px;
	vertical-align: middle;
}

.simplegallery .thumbnail .thumb img {
  max-width: 79px;
  max-height: 79px;
}

* html .simplegallery .thumbnail .thumb img {
  width: 79px;
  height: 79px;
}

.simplegallery .thumbnail .last { margin: 0; }






/*********************************/
/*********** Feedback ************/
/*********************************/

#Feedback-Popup-Button{
	color: #000;
	font-size: 0.9em;
	line-height: 40px;
	margin: 0 20px;
}

.Feedback-Container{
	position: relative;
}

#Feedback-Carousel.Carousel{
	height: 71px;
	position: relative;
	overflow: hidden;
}

#Feedback-Carousel.Carousel #Feedback{
	position: absolute;
	height: 20000em;
	float: left;
	width: 100%;
}

#Feedback-Next,
#Feedback-Prev{
	position: absolute;
	height: 18px;
	width: 12px;
	left: 50%;
	margin-left: -6px; 
	background: #ccc;
	cursor: pointer;
}

#Feedback-Next{
	bottom: 0px;
}

#Feedback-Prev{
	top: 0px;
}

#Feedback-Popup{
	width: 902px;
	float: left;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

* html #Feedback-Popup{
	width: 922px;
}

#Feedback-Popup .Clip{
	float: left;
	width: 902px;
	height: 400px;
	overflow-y: scroll;
	overflow-x: hidden;
}

* html #Feedback-Popup .Clip{
	width: 902px;
}

.Feedback#Feedback-Popup-UL li{
	width: 872px;
}

/*** FEEDBACK LIST ***/

.Feedback{
	list-style: none;
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}

.Feedback-Title{
	color: #000;
	font-size: 0.95em;
	font-weight: normal;
	padding: 0 0 10px;
	margin: 0;
}

.Feedback li{
	float: left;
	width: 100%;
	margin: 5px 0 0 0;
	padding: 0 0 10px;
	border-bottom: 1px dotted #ccc;
}

.Feedback li p{
	font-size: 0.95em;
	color: #000;
	margin: 0;
	padding: 0;
}

.Feedback li p a{
	color: #000;
}

/*** ICON ***/

.Feedback li .Icon{
	float: left;
	width: 16px;
	height: 16px;
	margin: 6px 10px 30px 0;
	padding: 0;
}

.Feedback li .Icon.Positive{ background: url(feedback/rating-0.png) no-repeat; }
.Feedback li .Icon.Negative{ background: url(feedback/rating-1.png) no-repeat; }
.Feedback li .Icon.Neutral{ background: url(feedback/rating-neutral.png) no-repeat; }

/*** BODY ***/

.Feedback li p.feedbackBody{
	width: 500px;
	margin: 5px 0 0 0;
	padding: 0;
}

/*** DATE ***/

.Feedback li p.feedbackDate{
	float: right;
	clear: right;
	margin: 5px 0 0 0;
	padding: 0;
	color: #666;
	font-size: 0.85em;
}

/*** BUYER ***/

.Feedback li p.feedbackBuyer{
	float: right;
}

.Feedback li p.feedbackBuyer a,
.Feedback li p.feedbackBuyer span{
	float:left; 
	line-height: 25px;
}

.Feedback li p.feedbackBuyer span{
	padding: 0 0 0 2px;
}

/*** ITEM LINK ***/

.Feedback li p.feedbackItem{
	color: #666;
	margin: 10px 0 0 0;
	font-size: 0.85em;
	padding: 0 0 0 0;
}

.Feedback li p.feedbackItem a{
	color: #666;
	text-decoration: none;
}

.Feedback li p.feedbackItem a:hover{
	text-decoration: underline;
}

/*** SCORE ***/

.Feedback li p.feedbackBuyer a.Score{
	padding: 0 0 0 18px;
}

.Feedback li p.feedbackBuyer a.Score50{ background: url(feedback/score50.png) no-repeat -4px 0; }
.Feedback li p.feedbackBuyer a.Score100{ background: url(feedback/score100.png) no-repeat -4px 0; }
.Feedback li p.feedbackBuyer a.Score500{ background: url(feedback/score500.png) no-repeat -4px 0; }
.Feedback li p.feedbackBuyer a.Score1000{ background: url(feedback/score1000.png) no-repeat -4px 0; }
.Feedback li p.feedbackBuyer a.Score5000{ background: url(feedback/score5000.png) no-repeat -4px 0; }
.Feedback li p.feedbackBuyer a.Score10000{ background: url(feedback/score10000.png) no-repeat -4px 0; }
.Feedback li p.feedbackBuyer a.Score25000{ background: url(feedback/score25000.png) no-repeat; padding-left: 22px; }
.Feedback li p.feedbackBuyer a.Score50000{ background: url(feedback/score50000.png) no-repeat; padding-left: 22px; }
.Feedback li p.feedbackBuyer a.Score100000{ background: url(feedback/score100000.png) no-repeat; padding-left: 22px; }
.Feedback li p.feedbackBuyer a.Score500000{ background: url(feedback/score500000.png) no-repeat; padding-left: 22px; }
.Feedback li p.feedbackBuyer a.Score1000000{ background: url(feedback/score1000000.png) no-repeat; padding-left: 22px; }
.Feedback li p.feedbackBuyer a.Score10000000{ background: url(feedback/score10000000.png) no-repeat; padding-left: 22px; }

/*********************************/
/*********** Rating **************/
/*********************************/

.Rating{
	padding-left: 88px;
	margin-bottom: 15px;
	height: 14px;
	line-height: 14px;
	color: #666;
	font-size: 11px;
}

.Rating a{
	color: #666;
}

.Rating.Stars-00{ background: url(feedback/stars-00.png) no-repeat; }
.Rating.Stars-05{ background: url(feedback/stars-05.png) no-repeat; }
.Rating.Stars-10{ background: url(feedback/stars-10.png) no-repeat; }
.Rating.Stars-15{ background: url(feedback/stars-15.png) no-repeat; }
.Rating.Stars-20{ background: url(feedback/stars-20.png) no-repeat; }
.Rating.Stars-25{ background: url(feedback/stars-25.png) no-repeat; }
.Rating.Stars-30{ background: url(feedback/stars-30.png) no-repeat; }
.Rating.Stars-35{ background: url(feedback/stars-35.png) no-repeat; }
.Rating.Stars-40{ background: url(feedback/stars-40.png) no-repeat; }
.Rating.Stars-45{ background: url(feedback/stars-45.png) no-repeat; }
.Rating.Stars-50{ background: url(feedback/stars-50.png) no-repeat; }









@media only screen and (max-width: 480px) {
#Des{
	margin: 10px 0 0;
	width: 100%;
	text-align: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 10px;
}
#Price {
    font-size: 22px;
}
.Rating{
	margin-bottom: 10px;
}
#Buy-It-Now-Container,
#Des ul,
#Thanks{
	display: none;
}
#dasmc #dasmcbox:first-child{
	text-align: center;
}
#dasmcboxhdr{
	text-align: left;
}
.simplegallery {
	float: none;
	display: inline-block;
  margin: 20px 0 15px 0;
  width: 300px;
}

.simplegallery .content {
    height: 300px;
    width: 300px;
}

.simplegallery .content img {
  max-width: 300px;
  max-height: 300px;
}

.simplegallery .thumbnail .thumb {
  width: 55px;
  height: 55px;
  margin: 0 5px 0 0;
}

.simplegallery .thumbnail .thumb a{
	width: 55px;
 	height: 55px;
}

.simplegallery .thumbnail .thumb img {
  max-width: 55px;
  max-height: 55px;
}



.Feedback li p.feedbackBody {
	width: 100%;
	clear: both;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.Feedback li .Icon{
	float: left;
	margin: 5px 0;
}

.Feedback li .feedbackBuyer{
	display: none;
}

.Feedback li .feedbackDate{
	float: right;
	margin: 5px 0 0;
}

.Feedback li p.feedbackItem {
	margin: 5px 0 0 0;
	float: left;
}

#Feedback-Popup-Button{
	display: none;
}
}
