﻿
/**
 * Standard Configuration. It is advised that this section NOT be modified as the
 * carousel.js expects the behavior outlined below.
 **/
.carousel-component { 
	position:relative;
	overflow:hidden;   /* causes the clipping */
	display:none; /* component turns it on when first item is rendered */
	
}
				
.carousel-component ul.carousel-list { 
	width:10000000px;
	position:relative;
	z-index:1; 
}

.carousel-component .carousel-list li { 
	float:left;
	list-style:none;
	overflow:hidden;
	
    
}

/**
 * VERTICAL CAROUSEL DEFAULTS
 **/
.carousel-component .carousel-vertical li { 
	margin-bottom:0px;

	/* Fix for extra spacing in IE */
	float:left;
    clear:left;  
	
	/* Force the LI to respect the HEIGHT specified */
	overflow:hidden;
	display:block;
}

/* For vertical carousel, not set, width defaults to auto */
/* Note if you explicitly set width to auto, this might cause */
/* problems with Safari... as in up/down button not working in some examples. */	 
.carousel-component ul.carousel-vertical {
/*	width:auto;*/
}

.carousel-component .carousel-clip-region { 
	overflow:hidden; /* Secret to the clipping */
	margin:0px auto;
	position:relative; 
}

/**
 * ==============================================================================
 * Safe to override. It is safe to override background, padding, margin, color,
 * text alignment, fonts, etc. Define a separate CSS file and override your style
 * preferences.
 **/

.carousel-component { 
	padding:8px 4px 4px 4px;
	-moz-border-radius:6px;
	color:#618cbe;
}
.carousel-component ul.carousel-list { 
	margin:0px;
	padding:0px;
	line-height:0px;
}
.carousel-component .carousel-list li { 
	text-align:center;
	margin:0px;
	padding:0px;
	font:10px verdana,arial,sans-serif;
	color:#666;
	
	width: 154px;
	height: 385px;
}
.carousel-component .carousel-vertical li { 
}
.carousel-component ul.carousel-vertical { 
}


/*** my custom adds ***/

.bottom-half-table {
    border-bottom: dotted 1px #513220;
    border-right: dotted 1px #513220;
    border-left: dotted 1px #513220;
}

.selectGarmentButtonCell {
    padding-right: 4px;
    padding-bottom: 4px;
}

.whole-garment-container {
	border: solid 1px #513220;
	text-align: center;
    width: 152px;
}

.garmentImageContainer {
	/*padding: 12px;*/
	text-align: center;
	/*width: 149px;*/
}
.garmentTextContainer {
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
	/*width: 149px;*/
}

.garmentNameCell {
  font-family: Arial, Helvetica, Sans-Serif; /*Tahoma*/
  font-size: 9pt;
  font-weight: bold;
  text-align: center;
  color: white;
  background-color: #513220;
  border-bottom: solid 1px #513220;
  padding-bottom: 0px;
  padding-left: 4px;
  padding-right: 4px;
}

.garmentName {
  font-family: Arial, Helvetica, Sans-Serif; /*Tahoma*/
  font-size: 9pt;
  font-weight: bold;
  text-align: left;
  color: #513220;
  border-bottom: solid 1px #513220;
  padding-bottom: 0px;
}
.garmentColors {
	font-size: 8pt;
	text-align: left;
	color: #513220;
}
.garmentSizes {
	font-size: 8pt;
	text-align: right;
	color: #513220;
	padding-right: 4px;
}
.garmentPrice {
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	color: #513220;
	padding-left: 4px;
}
.garmentButtonCell {
    padding-top: 2px;
    font-size: 11pt;
	font-weight: bold;
	text-align: left;
	color: #513220;
}

