.Thermogaia_Shop_ProductChooser_Wrapper {
	margin: 0px;
	padding: 0px;
}

.Thermogaia_Shop_ProductChooser_Wrapper input,
.Thermogaia_Shop_ProductChooser_Wrapper select,
.Thermogaia_Shop_ProductChooser_Wrapper span,
.Thermogaia_Shop_ProductChooser_Wrapper label {
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
    font-size: 9px;
    padding: 0px
    /*margin: 0px;*/
}

/*Input Collection*/
.Thermogaia_Shop_ProductChooser_ProductType_DropDownList,
.Thermogaia_Shop_ProductChooser_Quantity_DropDownList,
.Thermogaia_Shop_ProductChooser_Color_DropDownList,
.Thermogaia_Shop_ProductChooser_Color_TextBox,
.Thermogaia_Shop_ProductChooser_ColorSample_TextBox,
.Thermogaia_Shop_ProductChooser_Amount_TextBox
{
	width: 85px;
	margin: 0px 0px 3px 0px;
}

.Thermogaia_Shop_ProductChooser_Wrapper table,
.Thermogaia_Shop_ProductChooser_Wrapper table tr,
.Thermogaia_Shop_ProductChooser_Wrapper table tr td {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}

/*Wrapper Collection*/
.Thermogaia_Shop_ProductChooser_Category_Wrapper,
.Thermogaia_Shop_ProductChooser_ProductType_Wrapper,
.Thermogaia_Shop_ProductChooser_Quantity_Wrapper,
.Thermogaia_Shop_ProductChooser_ColorChooser_Wrapper,
.Thermogaia_Shop_ProductChooser_ColorRadioButton_Wrapper,
.Thermogaia_Shop_ProductChooser_ColorSample_Wrapper,
.Thermogaia_Shop_ProductChooser_Amount_Wrapper {
	margin: 0px 8px 0px 0px;
}

.Thermogaia_Shop_ProductChooser_Category_Wrapper {
    float:left;
}

.Thermogaia_Shop_ProductChooser_Category_RadioButton {
    display:block;
}

.Thermogaia_Shop_ProductChooser_Category_RadioButton label,
.Thermogaia_Shop_ProductChooser_Category_RadioButton input {
	padding: 0px;
	margin: 0px;
}

.Thermogaia_Shop_ProductChooser_ProductType_Wrapper
{
    float:left;
}

.Thermogaia_Shop_ProductChooser_ProductType_DropDownList {
	
}

.Thermogaia_Shop_ProductChooser_Quantity_Wrapper
{
    float:left;
}

.Thermogaia_Shop_ProductChooser_Quantity_DropDownList{
	
}


.Thermogaia_Shop_ProductChooser_ColorChooser_Wrapper {
    float:left;
}

.Thermogaia_Shop_ProductChooser_Color_RadioButton
{
}

.Thermogaia_Shop_ProductChooser_ColorRadioButton_Wrapper
{
    float:left;
}

.Thermogaia_Shop_ProductChooser_Color_DropDownList
{   
    display:block;
}

.Thermogaia_Shop_ProductChooser_Color_TextBox
{
    display:block;
}

.Thermogaia_Shop_ProductChooser_TextBox_Watermark
{
    color: #666666;
}

.Thermogaia_Shop_ProductChooser_ColorSample_Wrapper
{
    float:left;
}

.Thermogaia_Shop_ProductChooser_ColorSample_TextBox
{
}

.Thermogaia_Shop_ProductChooser_Amount_Wrapper
{
    float:left;
}

.Thermogaia_Shop_ProductChooser_Amount_TextBox {
	width: 25px;
}

.Thermogaia_Shop_ProductChooser_AddToCart_Wrapper
{
    float:left;
    margin: 0px;
    padding: 0px;
}

.Thermogaia_Shop_ProductChooser_AddToCart_Button
{
	margin: 0px;
    padding: 0px;
    border: 0px solid white;
    background-color: Transparent;
    cursor: pointer;
    width: 35px;
}





/*SEPERATORS*/
.product_chooser_seperator {height:0px;font-size:0.1px;clear:both;}